#BB558D

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

Shades of Mulberry #BB558D

Tints of Mulberry #BB558D

Color information

#BB558D (or 0xBB558D) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 8D. RGB value is (187,85,141). Sum of RGB (Red+Green+Blue) = 187+85+141=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558D is #44AA72. Grayscale: #797979. Windows color (decimal): -4500083 or 9262523. OLE color: 9262523.

HSL color Cylindrical-coordinate representation of color #BB558D: hue angle of 327.06º 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 #BB558D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18785141-
CMYK00.550.250.27
HSL327.06º42.86%53.33%-
HSV(B)327.06º54.55%73.33%-
XYZ28.5518.9827.36-
YUV121.88138.79174.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=45.28%
G=20.58%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514100.550.250.27327.0642.8653.33
HexBB558D037191B1472b35
Octal27312521506731335075365
Binary1011101110101011000110101101111100111011101000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB558D; }

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

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

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

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

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

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

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

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