Html Css Color HEX #BF2177 Medium Violet Red

📋 copy color: '#BF2177'

red 191 ◦ green 33 ◦ blue 119

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

Shades of Medium Violet Red #BF2177

Tints of Medium Violet Red #BF2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

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

R = 55.69%
G = 9.62%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2177 (or 0xBF2177) is known color: Medium Violet Red. HEX triplet: BF, 21 and 77. RGB value is (191,33,119). Sum of RGB (Red+Green+Blue) = 191+33+119=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2177 is #40DE88. Grayscale: #595959. Windows color (decimal): -4251273 or 7807423. OLE color: 7807423.

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

Color convert

RGB 191 33 119 -
CMYK 0 0.83 0.38 0.25
HSL 327.34º 0.71% 0.44% -
HSV(B) 327.34º 0.83% 0.75% -
XYZ 25.36 13.5 18.72 -
YUV 90.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 191 33 119 0 0.83 0.38 0.25 327.34 0.71 0.44
Hex BF 21 77 0 53 26 19 147 47 2C
Octal 277 41 167 0 123 46 31 507 107 54
Binary 10111111 100001 1110111 0 1010011 100110 11001 101000111 1000111 101100

Color Harmonies of #BF2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2177

Black with #BF2177

Text Example


Text Example

White with #BF2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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