#B159DD

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

Shades of Medium Orchid #B159DD

Tints of Medium Orchid #B159DD

Color information

#B159DD (or 0xB159DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and DD. RGB value is (177,89,221). Sum of RGB (Red+Green+Blue) = 177+89+221=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B159DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159DD is #4EA622. Grayscale: #818181. Windows color (decimal): -5154339 or 14506417. OLE color: 14506417.

HSL color Cylindrical-coordinate representation of color #B159DD: hue angle of 280º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B159DD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17789221-
CMYK0.200.6000.13
HSL280º66%60.78%-
HSV(B)280º59.73%86.67%-
XYZ34.7521.7170.77-
YUV130.36179.15161.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=36.34%
G=18.28%
B=45.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177892210.200.6000.132806660.78
HexB159DD143C0D118423d
Octal261131335247401543010275
Binary1011000110110011101110110100111100011011000110001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159DD; }

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

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

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

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

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

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

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

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