#B55998

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

Shades of Mulberry #B55998

Tints of Mulberry #B55998

Color information

#B55998 (or 0xB55998) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 98. RGB value is (181,89,152). Sum of RGB (Red+Green+Blue) = 181+89+152=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B55998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55998 is #4AA667. Grayscale: #7B7B7B. Windows color (decimal): -4892264 or 9984437. OLE color: 9984437.

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

Color convert

RGB18189152-
CMYK00.510.160.29
HSL318.91º38.33%52.94%-
HSV(B)318.91º50.83%70.98%-
XYZ28.319.2431.93-
YUV123.69143.98168.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=42.89%
G=21.09%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818915200.510.160.29318.9138.3352.94
HexB55998033101D13f2635
Octal26513123006320354774665
Binary1011010110110011001100001100111000011101100111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55998; }

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

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

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

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

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

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

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

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