#BB578C

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

Shades of Mulberry #BB578C

Tints of Mulberry #BB578C

Color information

#BB578C (or 0xBB578C) is unknown color: approx Mulberry. HEX triplet: BB, 57 and 8C. RGB value is (187,87,140). Sum of RGB (Red+Green+Blue) = 187+87+140=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB578C is #44A873. Grayscale: #7A7A7A. Windows color (decimal): -4499572 or 9197499. OLE color: 9197499.

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

Color convert

RGB18787140-
CMYK00.530.250.27
HSL328.2º42.37%53.73%-
HSV(B)328.2º53.48%73.33%-
XYZ28.6419.2727.02-
YUV122.94137.63173.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=45.17%
G=21.01%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878714000.530.250.27328.242.3753.73
HexBB578C035191B1482a36
Octal27312721406531335105266
Binary1011101110101111000110001101011100111011101001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB578C; }

 p { color: rgb(187,87,140); }

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

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

 a { background-color: rgb(187,87,140); }

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

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

 span { border-color: rgb(187,87,140); }

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