#BF499D

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

Shades of Mulberry #BF499D

Tints of Mulberry #BF499D

Color information

#BF499D (or 0xBF499D) is unknown color: approx Mulberry. HEX triplet: BF, 49 and 9D. RGB value is (191,73,157). Sum of RGB (Red+Green+Blue) = 191+73+157=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499D is #40B662. Grayscale: #757575. Windows color (decimal): -4240995 or 10308031. OLE color: 10308031.

HSL color Cylindrical-coordinate representation of color #BF499D: hue angle of 317.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF499D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19173157-
CMYK00.620.180.25
HSL317.29º47.97%51.76%-
HSV(B)317.29º61.78%74.9%-
XYZ29.9518.2833.85-
YUV117.86150.09180.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=45.37%
G=17.34%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917315700.620.180.25317.2947.9751.76
HexBF499D03E121913d3034
Octal27711123507622314756064
Binary1011111110010011001110101111101001011001100111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF499D; }

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

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

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

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

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

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

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

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