Html Css Color HEX #BF2291 Medium Violet Red

📋 copy color: '#BF2291'

red 191 ◦ green 34 ◦ blue 145

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

Shades of Medium Violet Red #BF2291

Tints of Medium Violet Red #BF2291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.19%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 51.62%
G = 9.19%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF2291 (or 0xBF2291) is known color: Medium Violet Red. HEX triplet: BF, 22 and 91. RGB value is (191,34,145). Sum of RGB (Red+Green+Blue) = 191+34+145=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2291 is #40DD6E. Grayscale: #5D5D5D. Windows color (decimal): -4250991 or 9511615. OLE color: 9511615.

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

Color convert

RGB 191 34 145 -
CMYK 0 0.82 0.24 0.25
HSL 317.58º 0.7% 0.44% -
HSV(B) 317.58º 0.82% 0.75% -
XYZ 27.17 14.26 28.11 -
YUV 93.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 191 34 145 0 0.82 0.24 0.25 317.58 0.7 0.44
Hex BF 22 91 0 52 18 19 13E 46 2C
Octal 277 42 221 0 122 30 31 476 106 54
Binary 10111111 100010 10010001 0 1010010 11000 11001 100111110 1000110 101100

Color Harmonies of #BF2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2291

Black with #BF2291

Text Example


Text Example

White with #BF2291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2291; }

 p { color: rgb(191,34,145); }

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

background-color css

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

 a { background-color: rgb(191,34,145); }

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

border-color css

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

 span { border-color: rgb(191,34,145); }

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