Html Css Color HEX #BF2871 Medium Red Violet

📋 copy color: '#BF2871'

red 191 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #BF2871

Tints of Medium Red Violet #BF2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 55.52%
G = 11.63%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF2871 (or 0xBF2871) is known color: Medium Red Violet. HEX triplet: BF, 28 and 71. RGB value is (191,40,113). Sum of RGB (Red+Green+Blue) = 191+40+113=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2871 is #40D78E. Grayscale: #5D5D5D. Windows color (decimal): -4249487 or 7415999. OLE color: 7415999.

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

Color convert

RGB 191 40 113 -
CMYK 0 0.79 0.41 0.25
HSL 330.99º 0.65% 0.45% -
HSV(B) 330.99º 0.79% 0.75% -
XYZ 25.23 13.79 16.95 -
YUV 93.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 191 40 113 0 0.79 0.41 0.25 330.99 0.65 0.45
Hex BF 28 71 0 4F 29 19 14B 41 2D
Octal 277 50 161 0 117 51 31 513 101 55
Binary 10111111 101000 1110001 0 1001111 101001 11001 101001011 1000001 101101

Color Harmonies of #BF2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2871

Black with #BF2871

Text Example


Text Example

White with #BF2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2871; }

 p { color: rgb(191,40,113); }

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

background-color css

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

 a { background-color: rgb(191,40,113); }

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

border-color css

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

 span { border-color: rgb(191,40,113); }

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