#B55191

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

Shades of Mulberry #B55191

Tints of Mulberry #B55191

Color information

#B55191 (or 0xB55191) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 91. RGB value is (181,81,145). Sum of RGB (Red+Green+Blue) = 181+81+145=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55191 is #4AAE6E. Grayscale: #767676. Windows color (decimal): -4894319 or 9523637. OLE color: 9523637.

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

Color convert

RGB18181145-
CMYK00.550.200.29
HSL321.6º40.32%51.37%-
HSV(B)321.6º55.25%70.98%-
XYZ27.1117.7528.79-
YUV118.2143.13172.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=44.47%
G=19.90%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818114500.550.200.29321.640.3251.37
HexB55191037141D1422833
Octal26512122106724355025063
Binary1011010110100011001000101101111010011101101000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55191; }

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

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

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

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

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

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

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

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