#B55396

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

Shades of Mulberry #B55396

Tints of Mulberry #B55396

Color information

#B55396 (or 0xB55396) is unknown color: approx Mulberry. HEX triplet: B5, 53 and 96. RGB value is (181,83,150). Sum of RGB (Red+Green+Blue) = 181+83+150=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55396 is #4AAC69. Grayscale: #777777. Windows color (decimal): -4893802 or 9851829. OLE color: 9851829.

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

Color convert

RGB18183150-
CMYK00.540.170.29
HSL318.98º39.84%51.76%-
HSV(B)318.98º54.14%70.98%-
XYZ27.6518.2130.91-
YUV119.94144.97171.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=43.72%
G=20.05%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818315000.540.170.29318.9839.8451.76
HexB55396036111D13f2834
Octal26512322606621354775064
Binary1011010110100111001011001101101000111101100111111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55396; }

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

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

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

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

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

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

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

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