#B5519C

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

Shades of Mulberry #B5519C

Tints of Mulberry #B5519C

Color information

#B5519C (or 0xB5519C) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 9C. RGB value is (181,81,156). Sum of RGB (Red+Green+Blue) = 181+81+156=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5519C is #4AAE63. Grayscale: #777777. Windows color (decimal): -4894308 or 10244533. OLE color: 10244533.

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

Color convert

RGB18181156-
CMYK00.550.140.29
HSL315º40.32%51.37%-
HSV(B)315º55.25%70.98%-
XYZ2818.1133.47-
YUV119.45148.63171.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=43.30%
G=19.38%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818115600.550.140.2931540.3251.37
HexB5519C037E1D13b2833
Octal26512123406716354735063
Binary101101011010001100111000110111111011101100111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5519C; }

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

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

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

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

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

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

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

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