Html Css Color HEX #BF116F Medium Violet Red

📋 copy color: '#BF116F'

red 191 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #BF116F

Tints of Medium Violet Red #BF116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 59.87%
G = 5.33%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF116F (or 0xBF116F) is known color: Medium Violet Red. HEX triplet: BF, 11 and 6F. RGB value is (191,17,111). Sum of RGB (Red+Green+Blue) = 191+17+111=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF116F is #40EE90. Grayscale: #4F4F4F. Windows color (decimal): -4255377 or 7279039. OLE color: 7279039.

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

Color convert

RGB 191 17 111 -
CMYK 0 0.91 0.42 0.25
HSL 327.59º 0.84% 0.41% -
HSV(B) 327.59º 0.91% 0.75% -
XYZ 24.56 12.62 16.18 -
YUV 79.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 191 17 111 0 0.91 0.42 0.25 327.59 0.84 0.41
Hex BF 11 6F 0 5B 2A 19 148 54 29
Octal 277 21 157 0 133 52 31 510 124 51
Binary 10111111 10001 1101111 0 1011011 101010 11001 101001000 1010100 101001

Color Harmonies of #BF116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF116F

Black with #BF116F

Text Example


Text Example

White with #BF116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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