#B06DC6

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

Shades of Medium Orchid #B06DC6

Tints of Medium Orchid #B06DC6

Color information

#B06DC6 (or 0xB06DC6) is unknown color: approx Medium Orchid. HEX triplet: B0, 6D and C6. RGB value is (176,109,198). Sum of RGB (Red+Green+Blue) = 176+109+198=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #B06DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DC6 is #4F9239. Grayscale: #8A8A8A. Windows color (decimal): -5214778 or 13004208. OLE color: 13004208.

HSL color Cylindrical-coordinate representation of color #B06DC6: hue angle of 285.17º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06DC6 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176109198-
CMYK0.110.4500.22
HSL285.17º43.84%60.2%-
HSV(B)285.17º44.95%77.65%-
XYZ33.5724.2456.34-
YUV139.18161.2154.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=36.44%
G=22.57%
B=40.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761091980.110.4500.22285.1743.8460.2
HexB06DC6B2D01611d2c3c
Octal26015530613550264355474
Binary101100001101101110001101011101101010110100011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DC6; }

 p { color: rgb(176,109,198); }

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

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

 a { background-color: rgb(176,109,198); }

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

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

 span { border-color: rgb(176,109,198); }

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