#B55395

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

Shades of Mulberry #B55395

Tints of Mulberry #B55395

Color information

#B55395 (or 0xB55395) is unknown color: approx Mulberry. HEX triplet: B5, 53 and 95. RGB value is (181,83,149). Sum of RGB (Red+Green+Blue) = 181+83+149=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55395 is #4AAC6A. Grayscale: #777777. Windows color (decimal): -4893803 or 9786293. OLE color: 9786293.

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

Color convert

RGB18183149-
CMYK00.540.180.29
HSL319.59º39.84%51.76%-
HSV(B)319.59º54.14%70.98%-
XYZ27.5718.1830.49-
YUV119.83144.47171.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=43.83%
G=20.10%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818314900.540.180.29319.5939.8451.76
HexB55395036121D1402834
Octal26512322506622355005064
Binary1011010110100111001010101101101001011101101000000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55395; }

 p { color: rgb(181,83,149); }

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

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

 a { background-color: rgb(181,83,149); }

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

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

 span { border-color: rgb(181,83,149); }

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