#B066CC

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

Shades of Medium Orchid #B066CC

Tints of Medium Orchid #B066CC

Color information

#B066CC (or 0xB066CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and CC. RGB value is (176,102,204). Sum of RGB (Red+Green+Blue) = 176+102+204=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B066CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066CC is #4F9933. Grayscale: #878787. Windows color (decimal): -5216564 or 13395632. OLE color: 13395632.

HSL color Cylindrical-coordinate representation of color #B066CC: hue angle of 283.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B066CC is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176102204-
CMYK0.140.500.2
HSL283.53º50%60%-
HSV(B)283.53º50%80%-
XYZ33.5523.0959.82-
YUV135.75166.52156.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=36.51%
G=21.16%
B=42.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761022040.140.500.2283.535060
HexB066CCE3201411c323c
Octal26014631416620244346274
Binary101100001100110110011001110110010010100100011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066CC; }

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

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

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

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

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

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

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

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