#bf4f97

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

Shades of Mulberry #BF4F97

Tints of Mulberry #BF4F97

Color information

#BF4F97 (or 0xBF4F97) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 97. RGB value is (191,79,151). Sum of RGB (Red+Green+Blue) = 191+79+151=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F97 is #40B068. Grayscale: #787878. Windows color (decimal): -4239465 or 9916351. OLE color: 9916351.

HSL color Cylindrical-coordinate representation of color #BF4F97: hue angle of 321.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4F97 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19179151-
CMYK00.590.210.25
HSL321.43º46.67%52.94%-
HSV(B)321.43º58.64%74.9%-
XYZ29.8718.931.35-
YUV120.7145.11178.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=45.37%
G=18.76%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917915100.590.210.25321.4346.6752.94
HexBF4F9703B15191412f35
Octal27711722707325315015765
Binary1011111110011111001011101110111010111001101000001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4f97; }

 p { color: rgb(191,79,151); }

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

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

 a { background-color: rgb(191,79,151); }

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

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

 span { border-color: rgb(191,79,151); }

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