#B55D98

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

Shades of Mulberry #B55D98

Tints of Mulberry #B55D98

Color information

#B55D98 (or 0xB55D98) is unknown color: approx Mulberry. HEX triplet: B5, 5D and 98. RGB value is (181,93,152). Sum of RGB (Red+Green+Blue) = 181+93+152=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D98 is #4AA267. Grayscale: #7D7D7D. Windows color (decimal): -4891240 or 9985461. OLE color: 9985461.

HSL color Cylindrical-coordinate representation of color #B55D98: hue angle of 319.77º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D98 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18193152-
CMYK00.490.160.29
HSL319.77º37.29%53.73%-
HSV(B)319.77º48.62%70.98%-
XYZ28.6419.9232.04-
YUV126.04142.65167.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=42.49%
G=21.83%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819315200.490.160.29319.7737.2953.73
HexB55D98031101D1402536
Octal26513523006120355004566
Binary1011010110111011001100001100011000011101101000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D98; }

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

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

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

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

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

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

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

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