Html Css Color HEX #BF1491 Medium Violet Red

📋 copy color: '#BF1491'

red 191 ◦ green 20 ◦ blue 145

#BF1491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BF1491

Tints of Medium Violet Red #BF1491

RGB

 RED value IS 191 (75% from 255) = 53.65%

 GREEN value IS 20 (8.2% from 255) = 5.62%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 53.65%
G = 5.62%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF1491 (or 0xBF1491) is known color: Medium Violet Red. HEX triplet: BF, 14 and 91. RGB value is (191,20,145). Sum of RGB (Red+Green+Blue) = 191+20+145=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1491 is #40EB6E. Grayscale: #555555. Windows color (decimal): -4254575 or 9508031. OLE color: 9508031.

HSL color Cylindrical-coordinate representation of color #BF1491: hue angle of 316.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1491 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 145 -
CMYK 0 0.90 0.24 0.25
HSL 316.14º 0.81% 0.41% -
HSV(B) 316.14º 0.9% 0.75% -
XYZ 26.85 13.62 28 -
YUV 85.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 191 20 145 0 0.90 0.24 0.25 316.14 0.81 0.41
Hex BF 14 91 0 5A 18 19 13C 51 29
Octal 277 24 221 0 132 30 31 474 121 51
Binary 10111111 10100 10010001 0 1011010 11000 11001 100111100 1010001 101001

Color Harmonies of #BF1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1491

Black with #BF1491

Text Example


Text Example

White with #BF1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1491; }

 p { color: rgb(191,20,145); }

 H1.HeaderClassName
 {
   color: #BF1491;
 }
 .AnyTagClassName
 {
   color: #BF1491;
 }
</style>

background-color css

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

 a { background-color: rgb(191,20,145); }

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

border-color css

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

 span { border-color: rgb(191,20,145); }

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