#B066EA

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

Shades of Medium Orchid #B066EA

Tints of Medium Orchid #B066EA

Color information

#B066EA (or 0xB066EA) is unknown color: approx Medium Orchid. HEX triplet: B0, 66 and EA. RGB value is (176,102,234). Sum of RGB (Red+Green+Blue) = 176+102+234=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #B066EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066EA is #4F9915. Grayscale: #8A8A8A. Windows color (decimal): -5216534 or 15361712. OLE color: 15361712.

HSL color Cylindrical-coordinate representation of color #B066EA: hue angle of 273.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B066EA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176102234-
CMYK0.250.5600.08
HSL273.64º75.86%65.88%-
HSV(B)273.64º56.41%91.76%-
XYZ37.5124.6780.63-
YUV139.17181.52154.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=34.38%
G=19.92%
B=45.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761022340.250.5600.08273.6475.8665.88
HexB066EA1938081124c42
Octal2601463523170010422114102
Binary10110000110011011101010110011110000100010001001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066EA; }

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

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

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

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

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

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

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

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