#B066C0

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

Shades of Medium Orchid #B066C0

Tints of Medium Orchid #B066C0

Color information

#B066C0 (or 0xB066C0) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and C0. RGB value is (176,102,192). Sum of RGB (Red+Green+Blue) = 176+102+192=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #B066C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066C0 is #4F993F. Grayscale: #868686. Windows color (decimal): -5216576 or 12609200. OLE color: 12609200.

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

Color convert

RGB176102192-
CMYK0.080.4700.25
HSL289.33º41.67%57.65%-
HSV(B)289.33º46.88%75.29%-
XYZ32.1722.5452.52-
YUV134.39160.52157.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=37.45%
G=21.70%
B=40.85%

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
Decimal1761021920.080.4700.25289.3341.6757.65
HexB066C082F0191212a3a
Octal26014630010570314415272
Binary101100001100110110000001000101111011001100100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066C0; }

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

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

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

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

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

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

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

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