Html Css Color HEX #BF1979 Medium Violet Red

📋 copy color: '#BF1979'

red 191 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #BF1979

Tints of Medium Violet Red #BF1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 56.68%
G = 7.42%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1979 (or 0xBF1979) is known color: Medium Violet Red. HEX triplet: BF, 19 and 79. RGB value is (191,25,121). Sum of RGB (Red+Green+Blue) = 191+25+121=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1979 is #40E686. Grayscale: #555555. Windows color (decimal): -4253319 or 7936447. OLE color: 7936447.

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

Color convert

RGB 191 25 121 -
CMYK 0 0.87 0.37 0.25
HSL 325.3º 0.77% 0.42% -
HSV(B) 325.3º 0.87% 0.75% -
XYZ 25.28 13.15 19.3 -
YUV 85.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 191 25 121 0 0.87 0.37 0.25 325.3 0.77 0.42
Hex BF 19 79 0 57 25 19 145 4D 2A
Octal 277 31 171 0 127 45 31 505 115 52
Binary 10111111 11001 1111001 0 1010111 100101 11001 101000101 1001101 101010

Color Harmonies of #BF1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1979

Black with #BF1979

Text Example


Text Example

White with #BF1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1979; }

 p { color: rgb(191,25,121); }

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

background-color css

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

 a { background-color: rgb(191,25,121); }

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

border-color css

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

 span { border-color: rgb(191,25,121); }

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