#BF4F93

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

Shades of Mulberry #BF4F93

Tints of Mulberry #BF4F93

Color information

#BF4F93 (or 0xBF4F93) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 93. RGB value is (191,79,147). Sum of RGB (Red+Green+Blue) = 191+79+147=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F93 is #40B06C. Grayscale: #787878. Windows color (decimal): -4239469 or 9654207. OLE color: 9654207.

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

Color convert

RGB19179147-
CMYK00.590.230.25
HSL323.57º46.67%52.94%-
HSV(B)323.57º58.64%74.9%-
XYZ29.5518.7729.67-
YUV120.24143.11178.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=45.80%
G=18.94%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917914700.590.230.25323.5746.6752.94
HexBF4F9303B17191442f35
Octal27711722307327315045765
Binary1011111110011111001001101110111011111001101000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F93; }

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

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

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

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

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

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

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

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