#B55D93

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

Shades of Mulberry #B55D93

Tints of Mulberry #B55D93

Color information

#B55D93 (or 0xB55D93) is unknown color: approx Mulberry. HEX triplet: B5, 5D and 93. RGB value is (181,93,147). Sum of RGB (Red+Green+Blue) = 181+93+147=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D93 is #4AA26C. Grayscale: #7D7D7D. Windows color (decimal): -4891245 or 9657781. OLE color: 9657781.

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

Color convert

RGB18193147-
CMYK00.490.190.29
HSL323.18º37.29%53.73%-
HSV(B)323.18º48.62%70.98%-
XYZ28.2419.7629.93-
YUV125.47140.15167.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=42.99%
G=22.09%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819314700.490.190.29323.1837.2953.73
HexB55D93031131D1432536
Octal26513522306123355034566
Binary1011010110111011001001101100011001111101101000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D93; }

 p { color: rgb(181,93,147); }

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

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

 a { background-color: rgb(181,93,147); }

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

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

 span { border-color: rgb(181,93,147); }

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