#BF1E8A

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

Shades of Medium Violet Red #BF1E8A

Tints of Medium Violet Red #BF1E8A

Color information

#BF1E8A (or 0xBF1E8A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1E and 8A. RGB value is (191,30,138). Sum of RGB (Red+Green+Blue) = 191+30+138=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1E8A is #40E175. Grayscale: #5A5A5A. Windows color (decimal): -4252022 or 9051839. OLE color: 9051839.

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

Color convert

RGB19130138-
CMYK00.840.280.25
HSL319.75º72.85%43.33%-
HSV(B)319.75º84.29%74.9%-
XYZ26.5413.8425.32-
YUV90.45154.84199.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 30 (12.11% from 255) = 8.36%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=53.20%
G=8.36%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913013800.840.280.25319.7572.8543.33
HexBF1E8A0541C19140492b
Octal277362120124343150011153
Binary1011111111110100010100101010011100110011010000001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1E8A; }

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

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

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

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

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

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

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

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