#B066BF

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

Shades of Medium Orchid #B066BF

Tints of Medium Orchid #B066BF

Color information

#B066BF (or 0xB066BF) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and BF. RGB value is (176,102,191). Sum of RGB (Red+Green+Blue) = 176+102+191=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #B066BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066BF is #4F9940. Grayscale: #858585. Windows color (decimal): -5216577 or 12543664. OLE color: 12543664.

HSL color Cylindrical-coordinate representation of color #B066BF: hue angle of 289.89º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B066BF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176102191-
CMYK0.080.4700.25
HSL289.89º41.01%57.45%-
HSV(B)289.89º46.6%74.9%-
XYZ32.0622.4951.94-
YUV134.27160.02157.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 191 (75% from 255) = 40.72%
R=37.53%
G=21.75%
B=40.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761021910.080.4700.25289.8941.0157.45
HexB066BF82F0191222939
Octal26014627710570314425171
Binary101100001100110101111111000101111011001100100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066BF; }

 p { color: rgb(176,102,191); }

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

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

 a { background-color: rgb(176,102,191); }

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

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

 span { border-color: rgb(176,102,191); }

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