#B55F99

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

Shades of Mulberry #B55F99

Tints of Mulberry #B55F99

Color information

#B55F99 (or 0xB55F99) is unknown color: approx Mulberry. HEX triplet: B5, 5F and 99. RGB value is (181,95,153). Sum of RGB (Red+Green+Blue) = 181+95+153=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F99 is #4AA066. Grayscale: #7F7F7F. Windows color (decimal): -4890727 or 10051509. OLE color: 10051509.

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

Color convert

RGB18195153-
CMYK00.480.150.29
HSL319.53º36.75%54.12%-
HSV(B)319.53º47.51%70.98%-
XYZ28.920.3132.53-
YUV127.33142.49166.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=42.19%
G=22.14%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819515300.480.150.29319.5336.7554.12
HexB55F99030F1D1402536
Octal26513723106017355004566
Binary101101011011111100110010110000111111101101000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F99; }

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

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

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

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

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

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

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

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