#B55C93

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

Shades of Mulberry #B55C93

Tints of Mulberry #B55C93

Color information

#B55C93 (or 0xB55C93) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 93. RGB value is (181,92,147). Sum of RGB (Red+Green+Blue) = 181+92+147=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C93 is #4AA36C. Grayscale: #7C7C7C. Windows color (decimal): -4891501 or 9657525. OLE color: 9657525.

HSL color Cylindrical-coordinate representation of color #B55C93: hue angle of 322.92º degrees, saturation: 0.38, 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 #B55C93 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18192147-
CMYK00.490.190.29
HSL322.92º37.55%53.53%-
HSV(B)322.92º49.17%70.98%-
XYZ28.1519.5829.9-
YUV124.88140.49168.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 147 (57.81% from 255) = 35%
R=43.10%
G=21.90%
B=35%

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
Decimal1819214700.490.190.29322.9237.5553.53
HexB55C93031131D1432636
Octal26513422306123355034666
Binary1011010110111001001001101100011001111101101000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C93; }

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

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

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

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

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

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

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

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