#BF3F9F

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

Shades of Mulberry #BF3F9F

Tints of Mulberry #BF3F9F

Color information

#BF3F9F (or 0xBF3F9F) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 9F. RGB value is (191,63,159). Sum of RGB (Red+Green+Blue) = 191+63+159=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F9F is #40C060. Grayscale: #6F6F6F. Windows color (decimal): -4243553 or 10436543. OLE color: 10436543.

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

Color convert

RGB19163159-
CMYK00.670.170.25
HSL315º50.39%49.8%-
HSV(B)315º67.02%74.9%-
XYZ29.5217.1334.55-
YUV112.22154.41184.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=46.25%
G=15.25%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916315900.670.170.2531550.3949.8
HexBF3F9F043111913b3232
Octal27777237010321314736262
Binary1011111111111110011111010000111000111001100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F9F; }

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

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

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

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

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

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

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

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