Html Css Color HEX #BF1791 Medium Violet Red

📋 copy color: '#BF1791'

red 191 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #BF1791

Tints of Medium Violet Red #BF1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

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

R = 53.2%
G = 6.41%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF1791 (or 0xBF1791) is known color: Medium Violet Red. HEX triplet: BF, 17 and 91. RGB value is (191,23,145). Sum of RGB (Red+Green+Blue) = 191+23+145=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1791 is #40E86E. Grayscale: #565656. Windows color (decimal): -4253807 or 9508799. OLE color: 9508799.

HSL color Cylindrical-coordinate representation of color #BF1791: hue angle of 316.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1791 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 23 145 -
CMYK 0 0.88 0.24 0.25
HSL 316.43º 0.79% 0.42% -
HSV(B) 316.43º 0.88% 0.75% -
XYZ 26.9 13.73 28.02 -
YUV 87.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 191 23 145 0 0.88 0.24 0.25 316.43 0.79 0.42
Hex BF 17 91 0 58 18 19 13C 4F 2A
Octal 277 27 221 0 130 30 31 474 117 52
Binary 10111111 10111 10010001 0 1011000 11000 11001 100111100 1001111 101010

Color Harmonies of #BF1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1791

Black with #BF1791

Text Example


Text Example

White with #BF1791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1791; }

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

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

background-color css

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

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

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

border-color css

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

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

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