#B55A99

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

Shades of Mulberry #B55A99

Tints of Mulberry #B55A99

Color information

#B55A99 (or 0xB55A99) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 99. RGB value is (181,90,153). Sum of RGB (Red+Green+Blue) = 181+90+153=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A99 is #4AA566. Grayscale: #7C7C7C. Windows color (decimal): -4892007 or 10050229. OLE color: 10050229.

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

Color convert

RGB18190153-
CMYK00.500.150.29
HSL318.46º38.08%53.14%-
HSV(B)318.46º50.28%70.98%-
XYZ28.4619.4432.39-
YUV124.39144.15168.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=42.69%
G=21.23%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819015300.500.150.29318.4638.0853.14
HexB55A99032F1D13e2635
Octal26513223106217354764665
Binary101101011011010100110010110010111111101100111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A99; }

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

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

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

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

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

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

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

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