#B5559D

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

Shades of Mulberry #B5559D

Tints of Mulberry #B5559D

Color information

#B5559D (or 0xB5559D) is unknown color: approx Mulberry. HEX triplet: B5, 55 and 9D. RGB value is (181,85,157). Sum of RGB (Red+Green+Blue) = 181+85+157=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5559D is #4AAA62. Grayscale: #797979. Windows color (decimal): -4893283 or 10311093. OLE color: 10311093.

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

Color convert

RGB18185157-
CMYK00.530.130.29
HSL315º39.34%52.16%-
HSV(B)315º53.04%70.98%-
XYZ28.3918.7634.02-
YUV121.91147.8170.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=42.79%
G=20.09%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818515700.530.130.2931539.3452.16
HexB5559D035D1D13b2734
Octal26512523506515354734764
Binary101101011010101100111010110101110111101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5559D; }

 p { color: rgb(181,85,157); }

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

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

 a { background-color: rgb(181,85,157); }

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

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

 span { border-color: rgb(181,85,157); }

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