#BF599D

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

Shades of Mulberry #BF599D

Tints of Mulberry #BF599D

Color information

#BF599D (or 0xBF599D) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 9D. RGB value is (191,89,157). Sum of RGB (Red+Green+Blue) = 191+89+157=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599D is #40A662. Grayscale: #7F7F7F. Windows color (decimal): -4236899 or 10312127. OLE color: 10312127.

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

Color convert

RGB19189157-
CMYK00.530.180.25
HSL320º44.35%54.9%-
HSV(B)320º53.4%74.9%-
XYZ31.1420.6634.24-
YUV127.25144.79173.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 89 (35.16% from 255) = 20.37%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=43.71%
G=20.37%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918915700.530.180.2532044.3554.9
HexBF599D03512191402c37
Octal27713123506522315005467
Binary1011111110110011001110101101011001011001101000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF599D; }

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

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

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

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

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

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

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

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