Html Css Color HEX #BF1171 Medium Violet Red

📋 copy color: '#BF1171'

red 191 ◦ green 17 ◦ blue 113

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

Shades of Medium Violet Red #BF1171

Tints of Medium Violet Red #BF1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 59.5%
G = 5.3%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF1171 (or 0xBF1171) is known color: Medium Violet Red. HEX triplet: BF, 11 and 71. RGB value is (191,17,113). Sum of RGB (Red+Green+Blue) = 191+17+113=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1171 is #40EE8E. Grayscale: #4F4F4F. Windows color (decimal): -4255375 or 7410111. OLE color: 7410111.

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

Color convert

RGB 191 17 113 -
CMYK 0 0.91 0.41 0.25
HSL 326.9º 0.84% 0.41% -
HSV(B) 326.9º 0.91% 0.75% -
XYZ 24.67 12.67 16.77 -
YUV 79.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 191 17 113 0 0.91 0.41 0.25 326.9 0.84 0.41
Hex BF 11 71 0 5B 29 19 147 54 29
Octal 277 21 161 0 133 51 31 507 124 51
Binary 10111111 10001 1110001 0 1011011 101001 11001 101000111 1010100 101001

Color Harmonies of #BF1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1171

Black with #BF1171

Text Example


Text Example

White with #BF1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1171; }

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

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

background-color css

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

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

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

border-color css

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

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

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