#BF599E

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

Shades of Mulberry #BF599E

Tints of Mulberry #BF599E

Color information

#BF599E (or 0xBF599E) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 9E. RGB value is (191,89,158). Sum of RGB (Red+Green+Blue) = 191+89+158=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599E is #40A661. Grayscale: #7F7F7F. Windows color (decimal): -4236898 or 10377663. OLE color: 10377663.

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

Color convert

RGB19189158-
CMYK00.530.170.25
HSL319.41º44.35%54.9%-
HSV(B)319.41º53.4%74.9%-
XYZ31.2320.6934.7-
YUV127.36145.29173.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=43.61%
G=20.32%
B=36.07%

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
Decimal1918915800.530.170.25319.4144.3554.9
HexBF599E035111913f2c37
Octal27713123606521314775467
Binary1011111110110011001111001101011000111001100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF599E; }

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

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

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

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

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

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

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

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