Html Css Color HEX #BF2873 Medium Red Violet

📋 copy color: '#BF2873'

red 191 ◦ green 40 ◦ blue 115

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

Shades of Medium Red Violet #BF2873

Tints of Medium Red Violet #BF2873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 55.2%
G = 11.56%
B = 33.24%

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

#BF2873 (or 0xBF2873) is known color: Medium Red Violet. HEX triplet: BF, 28 and 73. RGB value is (191,40,115). Sum of RGB (Red+Green+Blue) = 191+40+115=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2873 is #40D78C. Grayscale: #5D5D5D. Windows color (decimal): -4249485 or 7547071. OLE color: 7547071.

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

Color convert

RGB 191 40 115 -
CMYK 0 0.79 0.40 0.25
HSL 330.2º 0.65% 0.45% -
HSV(B) 330.2º 0.79% 0.75% -
XYZ 25.34 13.83 17.55 -
YUV 93.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 191 40 115 0 0.79 0.40 0.25 330.2 0.65 0.45
Hex BF 28 73 0 4F 28 19 14A 41 2D
Octal 277 50 163 0 117 50 31 512 101 55
Binary 10111111 101000 1110011 0 1001111 101000 11001 101001010 1000001 101101

Color Harmonies of #BF2873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2873

Black with #BF2873

Text Example


Text Example

White with #BF2873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2873; }

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

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

background-color css

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

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

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

border-color css

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

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

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