Html Css Color HEX #BF1197 Medium Violet Red

📋 copy color: '#BF1197'

red 191 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #BF1197

Tints of Medium Violet Red #BF1197

RGB

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

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

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

R = 53.2%
G = 4.74%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1197 (or 0xBF1197) is known color: Medium Violet Red. HEX triplet: BF, 11 and 97. RGB value is (191,17,151). Sum of RGB (Red+Green+Blue) = 191+17+151=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1197 is #40EE68. Grayscale: #535353. Windows color (decimal): -4255337 or 9900479. OLE color: 9900479.

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

Color convert

RGB 191 17 151 -
CMYK 0 0.91 0.21 0.25
HSL 313.79º 0.84% 0.41% -
HSV(B) 313.79º 0.91% 0.75% -
XYZ 27.27 13.71 30.49 -
YUV 84.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 191 17 151 0 0.91 0.21 0.25 313.79 0.84 0.41
Hex BF 11 97 0 5B 15 19 13A 54 29
Octal 277 21 227 0 133 25 31 472 124 51
Binary 10111111 10001 10010111 0 1011011 10101 11001 100111010 1010100 101001

Color Harmonies of #BF1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1197

Black with #BF1197

Text Example


Text Example

White with #BF1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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