Html Css Color HEX #BF1997 Medium Violet Red

📋 copy color: '#BF1997'

red 191 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #BF1997

Tints of Medium Violet Red #BF1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 52.04%
G = 6.81%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1997 (or 0xBF1997) is known color: Medium Violet Red. HEX triplet: BF, 19 and 97. RGB value is (191,25,151). Sum of RGB (Red+Green+Blue) = 191+25+151=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1997 is #40E668. Grayscale: #585858. Windows color (decimal): -4253289 or 9902527. OLE color: 9902527.

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

Color convert

RGB 191 25 151 -
CMYK 0 0.87 0.21 0.25
HSL 314.46º 0.77% 0.42% -
HSV(B) 314.46º 0.87% 0.75% -
XYZ 27.42 14.01 30.54 -
YUV 89 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 191 25 151 0 0.87 0.21 0.25 314.46 0.77 0.42
Hex BF 19 97 0 57 15 19 13A 4D 2A
Octal 277 31 227 0 127 25 31 472 115 52
Binary 10111111 11001 10010111 0 1010111 10101 11001 100111010 1001101 101010

Color Harmonies of #BF1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1997

Black with #BF1997

Text Example


Text Example

White with #BF1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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