#B55F96

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

Shades of Mulberry #B55F96

Tints of Mulberry #B55F96

Color information

#B55F96 (or 0xB55F96) is unknown color: approx Mulberry. HEX triplet: B5, 5F and 96. RGB value is (181,95,150). Sum of RGB (Red+Green+Blue) = 181+95+150=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F96 is #4AA069. Grayscale: #7E7E7E. Windows color (decimal): -4890730 or 9854901. OLE color: 9854901.

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

Color convert

RGB18195150-
CMYK00.480.170.29
HSL321.63º36.75%54.12%-
HSV(B)321.63º47.51%70.98%-
XYZ28.6520.2131.24-
YUV126.98140.99166.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=42.49%
G=22.30%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819515000.480.170.29321.6336.7554.12
HexB55F96030111D1422536
Octal26513722606021355024566
Binary1011010110111111001011001100001000111101101000010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F96; }

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

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

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

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

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

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

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

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