#b046cf

Color #B046CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B046CF

Tints of Medium Orchid #B046CF

Color information

#B046CF (or 0xB046CF) is unknown color: approx Medium Orchid. HEX triplet: B0, 46 and CF. RGB value is (176,70,207). Sum of RGB (Red+Green+Blue) = 176+70+207=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B046CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CF is #4FB930. Grayscale: #747474. Windows color (decimal): -5224753 or 13584048. OLE color: 13584048.

HSL color Cylindrical-coordinate representation of color #B046CF: hue angle of 286.42º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B046CF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17670207-
CMYK0.150.6600.19
HSL286.42º58.8%54.31%-
HSV(B)286.42º66.18%81.18%-
XYZ31.3618.1260.88-
YUV117.31178.62169.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=38.85%
G=15.45%
B=45.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176702070.150.6600.19286.4258.854.31
HexB046CFF4201311e3b36
Octal260106317171020234367366
Binary1011000010001101100111111111000010010011100011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b046cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b046cf; }

 p { color: rgb(176,70,207); }

 H1.HeaderClassName
 {
   color: #b046cf;
 }
 .AnyTagClassName
 {
   color: #b046cf;
 }
</style>
background-color css

<style>
 a { background-color: #b046cf; }

 a { background-color: rgb(176,70,207); }

 div.DivClassName
 {
   background-color: #b046cf;
 }
 .BgClassName
 {
   background-color: #b046cf;
 }
</style>
border-color css

<style>
 span { border-color: #b046cf; }

 span { border-color: rgb(176,70,207); }

 td.TdClassName
 {
   border-color: #b046cf;
 }
 .TagClassName
 {
   border-color: #b046cf;
 }
</style>