#B166E9

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

Shades of Medium Orchid #B166E9

Tints of Medium Orchid #B166E9

Color information

#B166E9 (or 0xB166E9) is unknown color: approx Medium Orchid. HEX triplet: B1, 66 and E9. RGB value is (177,102,233). Sum of RGB (Red+Green+Blue) = 177+102+233=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #B166E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166E9 is #4E9916. Grayscale: #8A8A8A. Windows color (decimal): -5150999 or 15296177. OLE color: 15296177.

HSL color Cylindrical-coordinate representation of color #B166E9: hue angle of 274.35º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B166E9 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177102233-
CMYK0.240.5600.09
HSL274.35º74.86%65.69%-
HSV(B)274.35º56.22%91.37%-
XYZ37.5924.7379.88-
YUV139.36180.85154.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=34.57%
G=19.92%
B=45.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771022330.240.5600.09274.3574.8665.69
HexB166E91838091124b42
Octal2611463513070011422113102
Binary10110001110011011101001110001110000100110001001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166E9; }

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

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

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

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

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

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

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

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