#B55894

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

Shades of Mulberry #B55894

Tints of Mulberry #B55894

Color information

#B55894 (or 0xB55894) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 94. RGB value is (181,88,148). Sum of RGB (Red+Green+Blue) = 181+88+148=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55894 is #4AA76B. Grayscale: #7A7A7A. Windows color (decimal): -4892524 or 9722037. OLE color: 9722037.

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

Color convert

RGB18188148-
CMYK00.510.180.29
HSL321.29º38.59%52.75%-
HSV(B)321.29º51.38%70.98%-
XYZ27.8918.9430.2-
YUV122.65142.31169.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=43.41%
G=21.10%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818814800.510.180.29321.2938.5952.75
HexB55894033121D1412735
Octal26513022406322355014765
Binary1011010110110001001010001100111001011101101000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55894; }

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

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

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

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

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

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

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

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