#BF1E8C

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

Shades of Medium Violet Red #BF1E8C

Tints of Medium Violet Red #BF1E8C

Color information

#BF1E8C (or 0xBF1E8C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1E and 8C. RGB value is (191,30,140). Sum of RGB (Red+Green+Blue) = 191+30+140=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1E8C is #40E173. Grayscale: #5A5A5A. Windows color (decimal): -4252020 or 9182911. OLE color: 9182911.

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

Color convert

RGB19130140-
CMYK00.840.270.25
HSL319.01º72.85%43.33%-
HSV(B)319.01º84.29%74.9%-
XYZ26.6813.926.09-
YUV90.68155.84199.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 30 (12.11% from 255) = 8.31%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=52.91%
G=8.31%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913014000.840.270.25319.0172.8543.33
HexBF1E8C0541B1913f492b
Octal277362140124333147711153
Binary1011111111110100011000101010011011110011001111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1E8C; }

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

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

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

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

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

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

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

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