#B55B98

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

Shades of Mulberry #B55B98

Tints of Mulberry #B55B98

Color information

#B55B98 (or 0xB55B98) is unknown color: approx Mulberry. HEX triplet: B5, 5B and 98. RGB value is (181,91,152). Sum of RGB (Red+Green+Blue) = 181+91+152=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B98 is #4AA467. Grayscale: #7C7C7C. Windows color (decimal): -4891752 or 9984949. OLE color: 9984949.

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

Color convert

RGB18191152-
CMYK00.500.160.29
HSL319.33º37.82%53.33%-
HSV(B)319.33º49.72%70.98%-
XYZ28.4619.5731.98-
YUV124.86143.32168.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=42.69%
G=21.46%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819115200.500.160.29319.3337.8253.33
HexB55B98032101D13f2635
Octal26513323006220354774665
Binary1011010110110111001100001100101000011101100111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B98; }

 p { color: rgb(181,91,152); }

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

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

 a { background-color: rgb(181,91,152); }

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

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

 span { border-color: rgb(181,91,152); }

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