#BF3BA1

Color #BF3BA1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF3BA1

Tints of Medium Red Violet #BF3BA1

Color information

#BF3BA1 (or 0xBF3BA1) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3B and A1. RGB value is (191,59,161). Sum of RGB (Red+Green+Blue) = 191+59+161=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3BA1 is #40C45E. Grayscale: #6D6D6D. Windows color (decimal): -4244575 or 10566591. OLE color: 10566591.

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

Color convert

RGB19159161-
CMYK00.690.160.25
HSL313.64º52.8%49.02%-
HSV(B)313.64º69.11%74.9%-
XYZ29.4816.7835.4-
YUV110.1156.73185.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=46.47%
G=14.36%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915916100.690.160.25313.6452.849.02
HexBF3BA1045101913a3531
Octal27773241010520314726561
Binary1011111111101110100001010001011000011001100111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3BA1; }

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

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

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

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

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

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

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

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