#BF3F93

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

Shades of Mulberry #BF3F93

Tints of Mulberry #BF3F93

Color information

#BF3F93 (or 0xBF3F93) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 93. RGB value is (191,63,147). Sum of RGB (Red+Green+Blue) = 191+63+147=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F93 is #40C06C. Grayscale: #6E6E6E. Windows color (decimal): -4243565 or 9650111. OLE color: 9650111.

HSL color Cylindrical-coordinate representation of color #BF3F93: hue angle of 320.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F93 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19163147-
CMYK00.670.230.25
HSL320.62º50.39%49.8%-
HSV(B)320.62º67.02%74.9%-
XYZ28.5316.7429.33-
YUV110.85148.41185.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=47.63%
G=15.71%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314700.670.230.25320.6250.3949.8
HexBF3F9304317191413232
Octal27777223010327315016262
Binary1011111111111110010011010000111011111001101000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F93; }

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

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

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

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

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

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

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

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