Html Css Color HEX #BF1191 Medium Violet Red

📋 copy color: '#BF1191'

red 191 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #BF1191

Tints of Medium Violet Red #BF1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

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

R = 54.11%
G = 4.82%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF1191 (or 0xBF1191) is known color: Medium Violet Red. HEX triplet: BF, 11 and 91. RGB value is (191,17,145). Sum of RGB (Red+Green+Blue) = 191+17+145=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1191 is #40EE6E. Grayscale: #535353. Windows color (decimal): -4255343 or 9507263. OLE color: 9507263.

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

Color convert

RGB 191 17 145 -
CMYK 0 0.91 0.24 0.25
HSL 315.86º 0.84% 0.41% -
HSV(B) 315.86º 0.91% 0.75% -
XYZ 26.8 13.52 27.99 -
YUV 83.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 191 17 145 0 0.91 0.24 0.25 315.86 0.84 0.41
Hex BF 11 91 0 5B 18 19 13C 54 29
Octal 277 21 221 0 133 30 31 474 124 51
Binary 10111111 10001 10010001 0 1011011 11000 11001 100111100 1010100 101001

Color Harmonies of #BF1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1191

Black with #BF1191

Text Example


Text Example

White with #BF1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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