Html Css Color HEX #BF2874 Medium Red Violet

📋 copy color: '#BF2874'

red 191 ◦ green 40 ◦ blue 116

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

Shades of Medium Red Violet #BF2874

Tints of Medium Red Violet #BF2874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 55.04%
G = 11.53%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2874 (or 0xBF2874) is known color: Medium Red Violet. HEX triplet: BF, 28 and 74. RGB value is (191,40,116). Sum of RGB (Red+Green+Blue) = 191+40+116=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2874 is #40D78B. Grayscale: #5D5D5D. Windows color (decimal): -4249484 or 7612607. OLE color: 7612607.

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

Color convert

RGB 191 40 116 -
CMYK 0 0.79 0.39 0.25
HSL 329.8º 0.65% 0.45% -
HSV(B) 329.8º 0.79% 0.75% -
XYZ 25.4 13.85 17.86 -
YUV 93.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 191 40 116 0 0.79 0.39 0.25 329.8 0.65 0.45
Hex BF 28 74 0 4F 27 19 14A 41 2D
Octal 277 50 164 0 117 47 31 512 101 55
Binary 10111111 101000 1110100 0 1001111 100111 11001 101001010 1000001 101101

Color Harmonies of #BF2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2874

Black with #BF2874

Text Example


Text Example

White with #BF2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2874; }

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

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

background-color css

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

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

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

border-color css

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

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

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