#B4519D

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

Shades of Mulberry #B4519D

Tints of Mulberry #B4519D

Color information

#B4519D (or 0xB4519D) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 9D. RGB value is (180,81,157). Sum of RGB (Red+Green+Blue) = 180+81+157=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4519D is #4BAE62. Grayscale: #777777. Windows color (decimal): -4959843 or 10310068. OLE color: 10310068.

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

Color convert

RGB18081157-
CMYK00.550.130.29
HSL313.94º39.76%51.18%-
HSV(B)313.94º55%70.59%-
XYZ27.8518.0233.91-
YUV119.26149.3171.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=43.06%
G=19.38%
B=37.56%

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
Decimal1808115700.550.130.29313.9439.7651.18
HexB4519D037D1D13a2833
Octal26412123506715354725063
Binary101101001010001100111010110111110111101100111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4519D; }

 p { color: rgb(180,81,157); }

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

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

 a { background-color: rgb(180,81,157); }

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

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

 span { border-color: rgb(180,81,157); }

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