#B5538E

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

Shades of Mulberry #B5538E

Tints of Mulberry #B5538E

Color information

#B5538E (or 0xB5538E) is unknown color: approx Mulberry. HEX triplet: B5, 53 and 8E. RGB value is (181,83,142). Sum of RGB (Red+Green+Blue) = 181+83+142=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5538E is #4AAC71. Grayscale: #767676. Windows color (decimal): -4893810 or 9327541. OLE color: 9327541.

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

Color convert

RGB18183142-
CMYK00.540.220.29
HSL323.88º39.84%51.76%-
HSV(B)323.88º54.14%70.98%-
XYZ27.0317.9627.63-
YUV119.03140.97172.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=44.58%
G=20.44%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818314200.540.220.29323.8839.8451.76
HexB5538E036161D1442834
Octal26512321606626355045064
Binary1011010110100111000111001101101011011101101000100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5538E; }

 p { color: rgb(181,83,142); }

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

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

 a { background-color: rgb(181,83,142); }

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

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

 span { border-color: rgb(181,83,142); }

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