#BF3EA1

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

Shades of Mulberry #BF3EA1

Tints of Mulberry #BF3EA1

Color information

#BF3EA1 (or 0xBF3EA1) is unknown color: approx Mulberry. HEX triplet: BF, 3E and A1. RGB value is (191,62,161). Sum of RGB (Red+Green+Blue) = 191+62+161=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3EA1 is #40C15E. Grayscale: #6F6F6F. Windows color (decimal): -4243807 or 10567359. OLE color: 10567359.

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

Color convert

RGB19162161-
CMYK00.680.160.25
HSL313.95º50.99%49.61%-
HSV(B)313.95º67.54%74.9%-
XYZ29.6417.0935.46-
YUV111.86155.74184.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=46.14%
G=14.98%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916216100.680.160.25313.9550.9949.61
HexBF3EA1044101913a3332
Octal27776241010420314726362
Binary1011111111111010100001010001001000011001100111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EA1; }

 p { color: rgb(191,62,161); }

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

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

 a { background-color: rgb(191,62,161); }

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

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

 span { border-color: rgb(191,62,161); }

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