Html Css Color HEX #BF1172 Medium Violet Red

📋 copy color: '#BF1172'

red 191 ◦ green 17 ◦ blue 114

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

Shades of Medium Violet Red #BF1172

Tints of Medium Violet Red #BF1172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 59.32%
G = 5.28%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF1172 (or 0xBF1172) is known color: Medium Violet Red. HEX triplet: BF, 11 and 72. RGB value is (191,17,114). Sum of RGB (Red+Green+Blue) = 191+17+114=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1172 is #40EE8D. Grayscale: #4F4F4F. Windows color (decimal): -4255374 or 7475647. OLE color: 7475647.

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

Color convert

RGB 191 17 114 -
CMYK 0 0.91 0.40 0.25
HSL 326.55º 0.84% 0.41% -
HSV(B) 326.55º 0.91% 0.75% -
XYZ 24.72 12.69 17.07 -
YUV 80.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 191 17 114 0 0.91 0.40 0.25 326.55 0.84 0.41
Hex BF 11 72 0 5B 28 19 147 54 29
Octal 277 21 162 0 133 50 31 507 124 51
Binary 10111111 10001 1110010 0 1011011 101000 11001 101000111 1010100 101001

Color Harmonies of #BF1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1172

Black with #BF1172

Text Example


Text Example

White with #BF1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1172; }

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

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

background-color css

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

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

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

border-color css

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

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

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