#B55690

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

Shades of Mulberry #B55690

Tints of Mulberry #B55690

Color information

#B55690 (or 0xB55690) is unknown color: approx Mulberry. HEX triplet: B5, 56 and 90. RGB value is (181,86,144). Sum of RGB (Red+Green+Blue) = 181+86+144=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55690 is #4AA96F. Grayscale: #787878. Windows color (decimal): -4893040 or 9459381. OLE color: 9459381.

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

Color convert

RGB18186144-
CMYK00.520.200.29
HSL323.37º39.09%52.35%-
HSV(B)323.37º52.49%70.98%-
XYZ27.4218.4928.51-
YUV121.02140.97170.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=44.04%
G=20.92%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818614400.520.200.29323.3739.0952.35
HexB55690034141D1432734
Octal26512622006424355034764
Binary1011010110101101001000001101001010011101101000011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55690; }

 p { color: rgb(181,86,144); }

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

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

 a { background-color: rgb(181,86,144); }

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

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

 span { border-color: rgb(181,86,144); }

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