#B066C3

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

Shades of Medium Orchid #B066C3

Tints of Medium Orchid #B066C3

Color information

#B066C3 (or 0xB066C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and C3. RGB value is (176,102,195). Sum of RGB (Red+Green+Blue) = 176+102+195=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #B066C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066C3 is #4F993C. Grayscale: #868686. Windows color (decimal): -5216573 or 12805808. OLE color: 12805808.

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

Color convert

RGB176102195-
CMYK0.100.4800.24
HSL287.74º43.66%58.24%-
HSV(B)287.74º47.69%76.47%-
XYZ32.5122.6754.29-
YUV134.73162.02157.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=37.21%
G=21.56%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761021950.100.4800.24287.7443.6658.24
HexB066C3A300181202c3a
Octal26014630312600304405472
Binary101100001100110110000111010110000011000100100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066C3; }

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

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

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

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

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

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

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

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