#B55199

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

Shades of Mulberry #B55199

Tints of Mulberry #B55199

Color information

#B55199 (or 0xB55199) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 99. RGB value is (181,81,153). Sum of RGB (Red+Green+Blue) = 181+81+153=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55199 is #4AAE66. Grayscale: #767676. Windows color (decimal): -4894311 or 10047925. OLE color: 10047925.

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

Color convert

RGB18181153-
CMYK00.550.150.29
HSL316.8º40.32%51.37%-
HSV(B)316.8º55.25%70.98%-
XYZ27.7518.0132.15-
YUV119.11147.13172.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=43.61%
G=19.52%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818115300.550.150.29316.840.3251.37
HexB55199037F1D13d2833
Octal26512123106717354755063
Binary101101011010001100110010110111111111101100111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55199; }

 p { color: rgb(181,81,153); }

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

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

 a { background-color: rgb(181,81,153); }

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

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

 span { border-color: rgb(181,81,153); }

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