#B55F93

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

Shades of Mulberry #B55F93

Tints of Mulberry #B55F93

Color information

#B55F93 (or 0xB55F93) is unknown color: approx Mulberry. HEX triplet: B5, 5F and 93. RGB value is (181,95,147). Sum of RGB (Red+Green+Blue) = 181+95+147=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F93 is #4AA06C. Grayscale: #7E7E7E. Windows color (decimal): -4890733 or 9658293. OLE color: 9658293.

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

Color convert

RGB18195147-
CMYK00.480.190.29
HSL323.72º36.75%54.12%-
HSV(B)323.72º47.51%70.98%-
XYZ28.4120.1129.99-
YUV126.64139.49166.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=42.79%
G=22.46%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819514700.480.190.29323.7236.7554.12
HexB55F93030131D1442536
Octal26513722306023355044566
Binary1011010110111111001001101100001001111101101000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F93; }

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

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

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

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

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

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

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

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