#BB558F

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

Shades of Mulberry #BB558F

Tints of Mulberry #BB558F

Color information

#BB558F (or 0xBB558F) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 8F. RGB value is (187,85,143). Sum of RGB (Red+Green+Blue) = 187+85+143=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558F is #44AA70. Grayscale: #797979. Windows color (decimal): -4500081 or 9393595. OLE color: 9393595.

HSL color Cylindrical-coordinate representation of color #BB558F: hue angle of 325.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB558F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18785143-
CMYK00.550.240.27
HSL325.88º42.86%53.33%-
HSV(B)325.88º54.55%73.33%-
XYZ28.719.0428.15-
YUV122.11139.79174.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=45.06%
G=20.48%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514300.550.240.27325.8842.8653.33
HexBB558F037181B1462b35
Octal27312521706730335065365
Binary1011101110101011000111101101111100011011101000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB558F; }

 p { color: rgb(187,85,143); }

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

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

 a { background-color: rgb(187,85,143); }

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

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

 span { border-color: rgb(187,85,143); }

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