#B166EA

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

Shades of Medium Orchid #B166EA

Tints of Medium Orchid #B166EA

Color information

#B166EA (or 0xB166EA) is unknown color: approx Medium Orchid. HEX triplet: B1, 66 and EA. RGB value is (177,102,234). Sum of RGB (Red+Green+Blue) = 177+102+234=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #B166EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166EA is #4E9915. Grayscale: #8B8B8B. Windows color (decimal): -5150998 or 15361713. OLE color: 15361713.

HSL color Cylindrical-coordinate representation of color #B166EA: hue angle of 274.09º 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 #B166EA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177102234-
CMYK0.240.5600.08
HSL274.09º75.86%65.88%-
HSV(B)274.09º56.41%91.76%-
XYZ37.7324.7980.64-
YUV139.47181.35154.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=34.50%
G=19.88%
B=45.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771022340.240.5600.08274.0975.8665.88
HexB166EA1838081124c42
Octal2611463523070010422114102
Binary10110001110011011101010110001110000100010001001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166EA; }

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

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

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

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

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

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

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

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