Html Css Color HEX #BF116E Medium Violet Red

📋 copy color: '#BF116E'

red 191 ◦ green 17 ◦ blue 110

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

Shades of Medium Violet Red #BF116E

Tints of Medium Violet Red #BF116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 60.06%
G = 5.35%
B = 34.59%

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

#BF116E (or 0xBF116E) is known color: Medium Violet Red. HEX triplet: BF, 11 and 6E. RGB value is (191,17,110). Sum of RGB (Red+Green+Blue) = 191+17+110=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF116E is #40EE91. Grayscale: #4F4F4F. Windows color (decimal): -4255378 or 7213503. OLE color: 7213503.

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

Color convert

RGB 191 17 110 -
CMYK 0 0.91 0.42 0.25
HSL 327.93º 0.84% 0.41% -
HSV(B) 327.93º 0.91% 0.75% -
XYZ 24.5 12.6 15.89 -
YUV 79.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 191 17 110 0 0.91 0.42 0.25 327.93 0.84 0.41
Hex BF 11 6E 0 5B 2A 19 148 54 29
Octal 277 21 156 0 133 52 31 510 124 51
Binary 10111111 10001 1101110 0 1011011 101010 11001 101001000 1010100 101001

Color Harmonies of #BF116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF116E

Black with #BF116E

Text Example


Text Example

White with #BF116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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