Html Css Color HEX #BF1177 Medium Violet Red

📋 copy color: '#BF1177'

red 191 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #BF1177

Tints of Medium Violet Red #BF1177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

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

R = 58.41%
G = 5.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF1177 (or 0xBF1177) is known color: Medium Violet Red. HEX triplet: BF, 11 and 77. RGB value is (191,17,119). Sum of RGB (Red+Green+Blue) = 191+17+119=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1177 is #40EE88. Grayscale: #505050. Windows color (decimal): -4255369 or 7803327. OLE color: 7803327.

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

Color convert

RGB 191 17 119 -
CMYK 0 0.91 0.38 0.25
HSL 324.83º 0.84% 0.41% -
HSV(B) 324.83º 0.91% 0.75% -
XYZ 25.02 12.81 18.61 -
YUV 80.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 191 17 119 0 0.91 0.38 0.25 324.83 0.84 0.41
Hex BF 11 77 0 5B 26 19 145 54 29
Octal 277 21 167 0 133 46 31 505 124 51
Binary 10111111 10001 1110111 0 1011011 100110 11001 101000101 1010100 101001

Color Harmonies of #BF1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1177

Black with #BF1177

Text Example


Text Example

White with #BF1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1177; }

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

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

background-color css

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

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

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

border-color css

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

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

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