#B16ED2

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

Shades of Medium Orchid #B16ED2

Tints of Medium Orchid #B16ED2

Color information

#B16ED2 (or 0xB16ED2) is unknown color: approx Medium Orchid. HEX triplet: B1, 6E and D2. RGB value is (177,110,210). Sum of RGB (Red+Green+Blue) = 177+110+210=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B16ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED2 is #4E912D. Grayscale: #8D8D8D. Windows color (decimal): -5148974 or 13790897. OLE color: 13790897.

HSL color Cylindrical-coordinate representation of color #B16ED2: hue angle of 280.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16ED2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177110210-
CMYK0.160.4800.18
HSL280.2º52.63%62.75%-
HSV(B)280.2º47.62%82.35%-
XYZ35.3425.1563.96-
YUV141.43166.7153.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=35.61%
G=22.13%
B=42.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771102100.160.4800.18280.252.6362.75
HexB16ED21030012118353f
Octal26115632220600224306577
Binary1011000111011101101001010000110000010010100011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ED2; }

 p { color: rgb(177,110,210); }

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

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

 a { background-color: rgb(177,110,210); }

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

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

 span { border-color: rgb(177,110,210); }

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