Html Css Color HEX #BF2877 Medium Red Violet

📋 copy color: '#BF2877'

red 191 ◦ green 40 ◦ blue 119

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

Shades of Medium Red Violet #BF2877

Tints of Medium Red Violet #BF2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 54.57%
G = 11.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2877 (or 0xBF2877) is known color: Medium Red Violet. HEX triplet: BF, 28 and 77. RGB value is (191,40,119). Sum of RGB (Red+Green+Blue) = 191+40+119=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2877 is #40D788. Grayscale: #5D5D5D. Windows color (decimal): -4249481 or 7809215. OLE color: 7809215.

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

Color convert

RGB 191 40 119 -
CMYK 0 0.79 0.38 0.25
HSL 328.61º 0.65% 0.45% -
HSV(B) 328.61º 0.79% 0.75% -
XYZ 25.57 13.93 18.79 -
YUV 94.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 191 40 119 0 0.79 0.38 0.25 328.61 0.65 0.45
Hex BF 28 77 0 4F 26 19 149 41 2D
Octal 277 50 167 0 117 46 31 511 101 55
Binary 10111111 101000 1110111 0 1001111 100110 11001 101001001 1000001 101101

Color Harmonies of #BF2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2877

Black with #BF2877

Text Example


Text Example

White with #BF2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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