#B159D8

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

Shades of Medium Orchid #B159D8

Tints of Medium Orchid #B159D8

Color information

#B159D8 (or 0xB159D8) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and D8. RGB value is (177,89,216). Sum of RGB (Red+Green+Blue) = 177+89+216=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #B159D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159D8 is #4EA627. Grayscale: #818181. Windows color (decimal): -5154344 or 14178737. OLE color: 14178737.

HSL color Cylindrical-coordinate representation of color #B159D8: hue angle of 281.57º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B159D8 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17789216-
CMYK0.180.5900.15
HSL281.57º61.95%59.8%-
HSV(B)281.57º58.8%84.71%-
XYZ34.121.4567.31-
YUV129.79176.65161.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=36.72%
G=18.46%
B=44.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177892160.180.5900.15281.5761.9559.8
HexB159D8123B0F11a3e3c
Octal26113133022730174327674
Binary101100011011001110110001001011101101111100011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159D8; }

 p { color: rgb(177,89,216); }

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

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

 a { background-color: rgb(177,89,216); }

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

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

 span { border-color: rgb(177,89,216); }

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