#BF599F

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

Shades of Mulberry #BF599F

Tints of Mulberry #BF599F

Color information

#BF599F (or 0xBF599F) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 9F. RGB value is (191,89,159). Sum of RGB (Red+Green+Blue) = 191+89+159=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599F is #40A660. Grayscale: #7F7F7F. Windows color (decimal): -4236897 or 10443199. OLE color: 10443199.

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

Color convert

RGB19189159-
CMYK00.530.170.25
HSL318.82º44.35%54.9%-
HSV(B)318.82º53.4%74.9%-
XYZ31.3220.7235.15-
YUV127.48145.79173.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=43.51%
G=20.27%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918915900.530.170.25318.8244.3554.9
HexBF599F035111913f2c37
Octal27713123706521314775467
Binary1011111110110011001111101101011000111001100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF599F; }

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

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

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

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

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

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

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

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