#BF1E6E

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

Shades of Medium Violet Red #BF1E6E

Tints of Medium Violet Red #BF1E6E

Color information

#BF1E6E (or 0xBF1E6E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1E and 6E. RGB value is (191,30,110). Sum of RGB (Red+Green+Blue) = 191+30+110=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E6E is #40E191. Grayscale: #575757. Windows color (decimal): -4252050 or 7216831. OLE color: 7216831.

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

Color convert

RGB19130110-
CMYK00.840.420.25
HSL330.19º72.85%43.33%-
HSV(B)330.19º84.29%74.9%-
XYZ24.7613.1315.98-
YUV87.26140.84202-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=57.70%
G=9.06%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913011000.840.420.25330.1972.8543.33
HexBF1E6E0542A1914a492b
Octal277361560124523151211153
Binary1011111111110110111001010100101010110011010010101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1E6E; }

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

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

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

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

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

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

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

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