#BF5199

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

Shades of Mulberry #BF5199

Tints of Mulberry #BF5199

Color information

#BF5199 (or 0xBF5199) is unknown color: approx Mulberry. HEX triplet: BF, 51 and 99. RGB value is (191,81,153). Sum of RGB (Red+Green+Blue) = 191+81+153=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5199 is #40AE66. Grayscale: #797979. Windows color (decimal): -4238951 or 10047935. OLE color: 10047935.

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

Color convert

RGB19181153-
CMYK00.580.200.25
HSL320.73º46.22%53.33%-
HSV(B)320.73º57.59%74.9%-
XYZ30.1819.2632.26-
YUV122.1145.44177.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 153 (60.16% from 255) = 36%
R=44.94%
G=19.06%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918115300.580.200.25320.7346.2253.33
HexBF519903A14191412e35
Octal27712123107224315015665
Binary1011111110100011001100101110101010011001101000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5199; }

 p { color: rgb(191,81,153); }

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

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

 a { background-color: rgb(191,81,153); }

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

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

 span { border-color: rgb(191,81,153); }

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