Html Css Color HEX #BF1E77 Medium Violet Red

📋 copy color: '#BF1E77'

red 191 ◦ green 30 ◦ blue 119

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

Shades of Medium Violet Red #BF1E77

Tints of Medium Violet Red #BF1E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

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

R = 56.18%
G = 8.82%
B = 35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF1E77 (or 0xBF1E77) is known color: Medium Violet Red. HEX triplet: BF, 1E and 77. RGB value is (191,30,119). Sum of RGB (Red+Green+Blue) = 191+30+119=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E77 is #40E188. Grayscale: #585858. Windows color (decimal): -4252041 or 7806655. OLE color: 7806655.

HSL color Cylindrical-coordinate representation of color #BF1E77: hue angle of 326.83º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1E77 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 30 119 -
CMYK 0 0.84 0.38 0.25
HSL 326.83º 0.73% 0.43% -
HSV(B) 326.83º 0.84% 0.75% -
XYZ 25.28 13.34 18.69 -
YUV 88.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 191 30 119 0 0.84 0.38 0.25 326.83 0.73 0.43
Hex BF 1E 77 0 54 26 19 147 49 2B
Octal 277 36 167 0 124 46 31 507 111 53
Binary 10111111 11110 1110111 0 1010100 100110 11001 101000111 1001001 101011

Color Harmonies of #BF1E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1E77

Black with #BF1E77

Text Example


Text Example

White with #BF1E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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