#BF5987

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

Shades of Mulberry #BF5987

Tints of Mulberry #BF5987

Color information

#BF5987 (or 0xBF5987) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 87. RGB value is (191,89,135). Sum of RGB (Red+Green+Blue) = 191+89+135=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5987 is #40A678. Grayscale: #7C7C7C. Windows color (decimal): -4236921 or 8870335. OLE color: 8870335.

HSL color Cylindrical-coordinate representation of color #BF5987: hue angle of 332.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5987 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19189135-
CMYK00.530.290.25
HSL332.94º44.35%54.9%-
HSV(B)332.94º53.4%74.9%-
XYZ29.4319.9725.23-
YUV124.74133.79175.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=46.02%
G=21.45%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918913500.530.290.25332.9444.3554.9
HexBF59870351D1914d2c37
Octal27713120706535315155467
Binary1011111110110011000011101101011110111001101001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5987; }

 p { color: rgb(191,89,135); }

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

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

 a { background-color: rgb(191,89,135); }

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

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

 span { border-color: rgb(191,89,135); }

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