Html Css Color HEX #BF2972 Medium Red Violet

📋 copy color: '#BF2972'

red 191 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #BF2972

Tints of Medium Red Violet #BF2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 55.2%
G = 11.85%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF2972 (or 0xBF2972) is known color: Medium Red Violet. HEX triplet: BF, 29 and 72. RGB value is (191,41,114). Sum of RGB (Red+Green+Blue) = 191+41+114=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2972 is #40D68D. Grayscale: #5E5E5E. Windows color (decimal): -4249230 or 7481791. OLE color: 7481791.

HSL color Cylindrical-coordinate representation of color #BF2972: hue angle of 330.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2972 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 41 114 -
CMYK 0 0.79 0.40 0.25
HSL 330.8º 0.65% 0.45% -
HSV(B) 330.8º 0.79% 0.75% -
XYZ 25.32 13.88 17.26 -
YUV 94.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 191 41 114 0 0.79 0.40 0.25 330.8 0.65 0.45
Hex BF 29 72 0 4F 28 19 14B 41 2D
Octal 277 51 162 0 117 50 31 513 101 55
Binary 10111111 101001 1110010 0 1001111 101000 11001 101001011 1000001 101101

Color Harmonies of #BF2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2972

Black with #BF2972

Text Example


Text Example

White with #BF2972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2972; }

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

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

background-color css

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

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

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

border-color css

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

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

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