#B5519A

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

Shades of Mulberry #B5519A

Tints of Mulberry #B5519A

Color information

#B5519A (or 0xB5519A) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 9A. RGB value is (181,81,154). Sum of RGB (Red+Green+Blue) = 181+81+154=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B5519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5519A is #4AAE65. Grayscale: #777777. Windows color (decimal): -4894310 or 10113461. OLE color: 10113461.

HSL color Cylindrical-coordinate representation of color #B5519A: hue angle of 316.2º 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 #B5519A is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18181154-
CMYK00.550.150.29
HSL316.2º40.32%51.37%-
HSV(B)316.2º55.25%70.98%-
XYZ27.8318.0432.59-
YUV119.22147.63172.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=43.51%
G=19.47%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818115400.550.150.29316.240.3251.37
HexB5519A037F1D13c2833
Octal26512123206717354745063
Binary101101011010001100110100110111111111101100111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5519A; }

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

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

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

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

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

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

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

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