Html Css Color HEX #BF118E Medium Violet Red

📋 copy color: '#BF118E'

red 191 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #BF118E

Tints of Medium Violet Red #BF118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 54.57%
G = 4.86%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF118E (or 0xBF118E) is known color: Medium Violet Red. HEX triplet: BF, 11 and 8E. RGB value is (191,17,142). Sum of RGB (Red+Green+Blue) = 191+17+142=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF118E is #40EE71. Grayscale: #525252. Windows color (decimal): -4255346 or 9310655. OLE color: 9310655.

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

Color convert

RGB 191 17 142 -
CMYK 0 0.91 0.26 0.25
HSL 316.9º 0.84% 0.41% -
HSV(B) 316.9º 0.91% 0.75% -
XYZ 26.57 13.43 26.78 -
YUV 83.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 191 17 142 0 0.91 0.26 0.25 316.9 0.84 0.41
Hex BF 11 8E 0 5B 1A 19 13D 54 29
Octal 277 21 216 0 133 32 31 475 124 51
Binary 10111111 10001 10001110 0 1011011 11010 11001 100111101 1010100 101001

Color Harmonies of #BF118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF118E

Black with #BF118E

Text Example


Text Example

White with #BF118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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