#B159E5

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

Shades of Medium Orchid #B159E5

Tints of Medium Orchid #B159E5

Color information

#B159E5 (or 0xB159E5) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and E5. RGB value is (177,89,229). Sum of RGB (Red+Green+Blue) = 177+89+229=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #B159E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159E5 is #4EA61A. Grayscale: #828282. Windows color (decimal): -5154331 or 15030705. OLE color: 15030705.

HSL color Cylindrical-coordinate representation of color #B159E5: hue angle of 277.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B159E5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17789229-
CMYK0.230.6100.10
HSL277.71º72.92%62.35%-
HSV(B)277.71º61.14%89.8%-
XYZ35.8522.1576.51-
YUV131.27183.15160.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=35.76%
G=17.98%
B=46.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177892290.230.6100.10277.7172.9262.35
HexB159E5173D0A116493e
Octal261131345277501242611176
Binary1011000110110011110010110111111101010101000101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159E5; }

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

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

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

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

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

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

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

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