#B159D0

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

Shades of Medium Orchid #B159D0

Tints of Medium Orchid #B159D0

Color information

#B159D0 (or 0xB159D0) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and D0. RGB value is (177,89,208). Sum of RGB (Red+Green+Blue) = 177+89+208=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #B159D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159D0 is #4EA62F. Grayscale: #808080. Windows color (decimal): -5154352 or 13654449. OLE color: 13654449.

HSL color Cylindrical-coordinate representation of color #B159D0: hue angle of 284.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B159D0 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17789208-
CMYK0.150.5700.18
HSL284.37º55.87%58.24%-
HSV(B)284.37º57.21%81.57%-
XYZ33.0921.0561.99-
YUV128.88172.65162.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 208 (81.64% from 255) = 43.88%
R=37.34%
G=18.78%
B=43.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177892080.150.5700.18284.3755.8758.24
HexB159D0F3901211c383a
Octal26113132017710224347072
Binary101100011011001110100001111111001010010100011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159D0; }

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

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

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

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

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

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

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

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