Html Css Color HEX #BF116C Medium Violet Red

📋 copy color: '#BF116C'

red 191 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #BF116C

Tints of Medium Violet Red #BF116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 60.44%
G = 5.38%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF116C (or 0xBF116C) is known color: Medium Violet Red. HEX triplet: BF, 11 and 6C. RGB value is (191,17,108). Sum of RGB (Red+Green+Blue) = 191+17+108=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF116C is #40EE93. Grayscale: #4F4F4F. Windows color (decimal): -4255380 or 7082431. OLE color: 7082431.

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

Color convert

RGB 191 17 108 -
CMYK 0 0.91 0.43 0.25
HSL 328.62º 0.84% 0.41% -
HSV(B) 328.62º 0.91% 0.75% -
XYZ 24.39 12.56 15.33 -
YUV 79.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 191 17 108 0 0.91 0.43 0.25 328.62 0.84 0.41
Hex BF 11 6C 0 5B 2B 19 149 54 29
Octal 277 21 154 0 133 53 31 511 124 51
Binary 10111111 10001 1101100 0 1011011 101011 11001 101001001 1010100 101001

Color Harmonies of #BF116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF116C

Black with #BF116C

Text Example


Text Example

White with #BF116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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