Html Css Color HEX #BF119E Medium Violet Red

📋 copy color: '#BF119E'

red 191 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #BF119E

Tints of Medium Violet Red #BF119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 52.19%
G = 4.64%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF119E (or 0xBF119E) is known color: Medium Violet Red. HEX triplet: BF, 11 and 9E. RGB value is (191,17,158). Sum of RGB (Red+Green+Blue) = 191+17+158=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF119E is #40EE61. Grayscale: #545454. Windows color (decimal): -4255330 or 10359231. OLE color: 10359231.

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

Color convert

RGB 191 17 158 -
CMYK 0 0.91 0.17 0.25
HSL 311.38º 0.84% 0.41% -
HSV(B) 311.38º 0.91% 0.75% -
XYZ 27.86 13.95 33.57 -
YUV 85.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 191 17 158 0 0.91 0.17 0.25 311.38 0.84 0.41
Hex BF 11 9E 0 5B 11 19 137 54 29
Octal 277 21 236 0 133 21 31 467 124 51
Binary 10111111 10001 10011110 0 1011011 10001 11001 100110111 1010100 101001

Color Harmonies of #BF119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF119E

Black with #BF119E

Text Example


Text Example

White with #BF119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF119E; }

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

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

background-color css

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

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

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

border-color css

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

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

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