#B55899

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

Shades of Mulberry #B55899

Tints of Mulberry #B55899

Color information

#B55899 (or 0xB55899) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 99. RGB value is (181,88,153). Sum of RGB (Red+Green+Blue) = 181+88+153=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B55899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55899 is #4AA766. Grayscale: #7B7B7B. Windows color (decimal): -4892519 or 10049717. OLE color: 10049717.

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

Color convert

RGB18188153-
CMYK00.510.150.29
HSL318.06º38.59%52.75%-
HSV(B)318.06º51.38%70.98%-
XYZ28.319.132.33-
YUV123.22144.81169.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=42.89%
G=20.85%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818815300.510.150.29318.0638.5952.75
HexB55899033F1D13e2735
Octal26513023106317354764765
Binary101101011011000100110010110011111111101100111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55899; }

 p { color: rgb(181,88,153); }

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

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

 a { background-color: rgb(181,88,153); }

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

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

 span { border-color: rgb(181,88,153); }

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