#BF1EA1

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

Shades of Medium Violet Red #BF1EA1

Tints of Medium Violet Red #BF1EA1

Color information

#BF1EA1 (or 0xBF1EA1) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1E and A1. RGB value is (191,30,161). Sum of RGB (Red+Green+Blue) = 191+30+161=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1EA1 is #40E15E. Grayscale: #5C5C5C. Windows color (decimal): -4251999 or 10559167. OLE color: 10559167.

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

Color convert

RGB19130161-
CMYK00.840.160.25
HSL311.18º72.85%43.33%-
HSV(B)311.18º84.29%74.9%-
XYZ28.3814.5835.04-
YUV93.07166.34197.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 7.85%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=50%
G=7.85%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913016100.840.160.25311.1872.8543.33
HexBF1EA10541019137492b
Octal277362410124203146711153
Binary1011111111110101000010101010010000110011001101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1EA1; }

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

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

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

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

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

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

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

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