Html Css Color HEX #BF2777 Medium Red Violet

📋 copy color: '#BF2777'

red 191 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #BF2777

Tints of Medium Red Violet #BF2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 54.73%
G = 11.17%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2777 (or 0xBF2777) is known color: Medium Red Violet. HEX triplet: BF, 27 and 77. RGB value is (191,39,119). Sum of RGB (Red+Green+Blue) = 191+39+119=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2777 is #40D888. Grayscale: #5D5D5D. Windows color (decimal): -4249737 or 7808959. OLE color: 7808959.

HSL color Cylindrical-coordinate representation of color #BF2777: hue angle of 328.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2777 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 119 -
CMYK 0 0.80 0.38 0.25
HSL 328.42º 0.66% 0.45% -
HSV(B) 328.42º 0.8% 0.75% -
XYZ 25.54 13.86 18.78 -
YUV 93.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 191 39 119 0 0.80 0.38 0.25 328.42 0.66 0.45
Hex BF 27 77 0 50 26 19 148 42 2D
Octal 277 47 167 0 120 46 31 510 102 55
Binary 10111111 100111 1110111 0 1010000 100110 11001 101001000 1000010 101101

Color Harmonies of #BF2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2777

Black with #BF2777

Text Example


Text Example

White with #BF2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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