Html Css Color HEX #BF1771 Medium Violet Red

📋 copy color: '#BF1771'

red 191 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #BF1771

Tints of Medium Violet Red #BF1771

RGB

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

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

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

R = 58.41%
G = 7.03%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF1771 (or 0xBF1771) is known color: Medium Violet Red. HEX triplet: BF, 17 and 71. RGB value is (191,23,113). Sum of RGB (Red+Green+Blue) = 191+23+113=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1771 is #40E88E. Grayscale: #535353. Windows color (decimal): -4253839 or 7411647. OLE color: 7411647.

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

Color convert

RGB 191 23 113 -
CMYK 0 0.88 0.41 0.25
HSL 327.86º 0.79% 0.42% -
HSV(B) 327.86º 0.88% 0.75% -
XYZ 24.77 12.88 16.8 -
YUV 83.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 191 23 113 0 0.88 0.41 0.25 327.86 0.79 0.42
Hex BF 17 71 0 58 29 19 148 4F 2A
Octal 277 27 161 0 130 51 31 510 117 52
Binary 10111111 10111 1110001 0 1011000 101001 11001 101001000 1001111 101010

Color Harmonies of #BF1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1771

Black with #BF1771

Text Example


Text Example

White with #BF1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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