#B5519E

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

Shades of Mulberry #B5519E

Tints of Mulberry #B5519E

Color information

#B5519E (or 0xB5519E) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 9E. RGB value is (181,81,158). Sum of RGB (Red+Green+Blue) = 181+81+158=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5519E is #4AAE61. Grayscale: #777777. Windows color (decimal): -4894306 or 10375605. OLE color: 10375605.

HSL color Cylindrical-coordinate representation of color #B5519E: hue angle of 313.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5519E is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18181158-
CMYK00.550.130.29
HSL313.8º40.32%51.37%-
HSV(B)313.8º55.25%70.98%-
XYZ28.1718.1834.37-
YUV119.68149.63171.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=43.10%
G=19.29%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818115800.550.130.29313.840.3251.37
HexB5519E037D1D13a2833
Octal26512123606715354725063
Binary101101011010001100111100110111110111101100111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5519E; }

 p { color: rgb(181,81,158); }

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

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

 a { background-color: rgb(181,81,158); }

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

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

 span { border-color: rgb(181,81,158); }

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