#B06FC3

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

Shades of Medium Orchid #B06FC3

Tints of Medium Orchid #B06FC3

Color information

#B06FC3 (or 0xB06FC3) is unknown color: approx Medium Orchid. HEX triplet: B0, 6F and C3. RGB value is (176,111,195). Sum of RGB (Red+Green+Blue) = 176+111+195=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B06FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FC3 is #4F903C. Grayscale: #8B8B8B. Windows color (decimal): -5214269 or 12808112. OLE color: 12808112.

HSL color Cylindrical-coordinate representation of color #B06FC3: hue angle of 286.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06FC3 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176111195-
CMYK0.100.4300.24
HSL286.43º41.18%60%-
HSV(B)286.43º43.08%76.47%-
XYZ33.4424.5454.6-
YUV140.01159.03153.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=36.51%
G=23.03%
B=40.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761111950.100.4300.24286.4341.1860
HexB06FC3A2B01811e293c
Octal26015730312530304365174
Binary101100001101111110000111010101011011000100011110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FC3; }

 p { color: rgb(176,111,195); }

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

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

 a { background-color: rgb(176,111,195); }

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

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

 span { border-color: rgb(176,111,195); }

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