#BF498F

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

Shades of Mulberry #BF498F

Tints of Mulberry #BF498F

Color information

#BF498F (or 0xBF498F) is unknown color: approx Mulberry. HEX triplet: BF, 49 and 8F. RGB value is (191,73,143). Sum of RGB (Red+Green+Blue) = 191+73+143=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF498F is #40B670. Grayscale: #747474. Windows color (decimal): -4241009 or 9390527. OLE color: 9390527.

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

Color convert

RGB19173143-
CMYK00.620.250.25
HSL324.41º47.97%51.76%-
HSV(B)324.41º61.78%74.9%-
XYZ28.8317.8227.91-
YUV116.26143.09181.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=46.93%
G=17.94%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917314300.620.250.25324.4147.9751.76
HexBF498F03E19191443034
Octal27711121707631315046064
Binary1011111110010011000111101111101100111001101000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF498F; }

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

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

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

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

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

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

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

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