#BF5387

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

Shades of Mulberry #BF5387

Tints of Mulberry #BF5387

Color information

#BF5387 (or 0xBF5387) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 87. RGB value is (191,83,135). Sum of RGB (Red+Green+Blue) = 191+83+135=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5387 is #40AC78. Grayscale: #797979. Windows color (decimal): -4238457 or 8868799. OLE color: 8868799.

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

Color convert

RGB19183135-
CMYK00.570.290.25
HSL331.11º45.76%53.73%-
HSV(B)331.11º56.54%74.9%-
XYZ28.9519.0125.07-
YUV121.22135.78177.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=46.70%
G=20.29%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918313500.570.290.25331.1145.7653.73
HexBF53870391D1914b2e36
Octal27712320707135315135666
Binary1011111110100111000011101110011110111001101001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5387; }

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

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

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

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

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

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

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

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