#B55492

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

Shades of Mulberry #B55492

Tints of Mulberry #B55492

Color information

#B55492 (or 0xB55492) is unknown color: approx Mulberry. HEX triplet: B5, 54 and 92. RGB value is (181,84,146). Sum of RGB (Red+Green+Blue) = 181+84+146=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55492 is #4AAB6D. Grayscale: #777777. Windows color (decimal): -4893550 or 9589941. OLE color: 9589941.

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

Color convert

RGB18184146-
CMYK00.540.190.29
HSL321.65º39.59%51.96%-
HSV(B)321.65º53.59%70.98%-
XYZ27.4118.2429.27-
YUV120.07142.64171.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=44.04%
G=20.44%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818414600.540.190.29321.6539.5951.96
HexB55492036131D1422834
Octal26512422206623355025064
Binary1011010110101001001001001101101001111101101000010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55492; }

 p { color: rgb(181,84,146); }

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

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

 a { background-color: rgb(181,84,146); }

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

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

 span { border-color: rgb(181,84,146); }

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