Html Css Color HEX #BF2199 Medium Violet Red

📋 copy color: '#BF2199'

red 191 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #BF2199

Tints of Medium Violet Red #BF2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 50.66%
G = 8.75%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF2199 (or 0xBF2199) is known color: Medium Violet Red. HEX triplet: BF, 21 and 99. RGB value is (191,33,153). Sum of RGB (Red+Green+Blue) = 191+33+153=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2199 is #40DE66. Grayscale: #5D5D5D. Windows color (decimal): -4251239 or 10035647. OLE color: 10035647.

HSL color Cylindrical-coordinate representation of color #BF2199: hue angle of 314.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2199 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 153 -
CMYK 0 0.83 0.20 0.25
HSL 314.43º 0.71% 0.44% -
HSV(B) 314.43º 0.83% 0.75% -
XYZ 27.78 14.46 31.46 -
YUV 93.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 191 33 153 0 0.83 0.20 0.25 314.43 0.71 0.44
Hex BF 21 99 0 53 14 19 13A 47 2C
Octal 277 41 231 0 123 24 31 472 107 54
Binary 10111111 100001 10011001 0 1010011 10100 11001 100111010 1000111 101100

Color Harmonies of #BF2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2199

Black with #BF2199

Text Example


Text Example

White with #BF2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2199; }

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

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

background-color css

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

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

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

border-color css

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

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

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