Html Css Color HEX #BF1199 Medium Violet Red

📋 copy color: '#BF1199'

red 191 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #BF1199

Tints of Medium Violet Red #BF1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 52.91%
G = 4.71%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1199 (or 0xBF1199) is known color: Medium Violet Red. HEX triplet: BF, 11 and 99. RGB value is (191,17,153). Sum of RGB (Red+Green+Blue) = 191+17+153=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1199 is #40EE66. Grayscale: #545454. Windows color (decimal): -4255335 or 10031551. OLE color: 10031551.

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

Color convert

RGB 191 17 153 -
CMYK 0 0.91 0.20 0.25
HSL 313.1º 0.84% 0.41% -
HSV(B) 313.1º 0.91% 0.75% -
XYZ 27.44 13.78 31.35 -
YUV 84.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 191 17 153 0 0.91 0.20 0.25 313.1 0.84 0.41
Hex BF 11 99 0 5B 14 19 139 54 29
Octal 277 21 231 0 133 24 31 471 124 51
Binary 10111111 10001 10011001 0 1011011 10100 11001 100111001 1010100 101001

Color Harmonies of #BF1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1199

Black with #BF1199

Text Example


Text Example

White with #BF1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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