Html Css Color HEX #BF1F71 Medium Violet Red

📋 copy color: '#BF1F71'

red 191 ◦ green 31 ◦ blue 113

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

Shades of Medium Violet Red #BF1F71

Tints of Medium Violet Red #BF1F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

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

R = 57.01%
G = 9.25%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF1F71 (or 0xBF1F71) is known color: Medium Violet Red. HEX triplet: BF, 1F and 71. RGB value is (191,31,113). Sum of RGB (Red+Green+Blue) = 191+31+113=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F71 is #40E08E. Grayscale: #585858. Windows color (decimal): -4251791 or 7413695. OLE color: 7413695.

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

Color convert

RGB 191 31 113 -
CMYK 0 0.84 0.41 0.25
HSL 329.25º 0.72% 0.44% -
HSV(B) 329.25º 0.84% 0.75% -
XYZ 24.96 13.25 16.86 -
YUV 88.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 191 31 113 0 0.84 0.41 0.25 329.25 0.72 0.44
Hex BF 1F 71 0 54 29 19 149 48 2C
Octal 277 37 161 0 124 51 31 511 110 54
Binary 10111111 11111 1110001 0 1010100 101001 11001 101001001 1001000 101100

Color Harmonies of #BF1F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F71

Black with #BF1F71

Text Example


Text Example

White with #BF1F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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