Html Css Color HEX #BF118B Medium Violet Red

📋 copy color: '#BF118B'

red 191 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #BF118B

Tints of Medium Violet Red #BF118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 55.04%
G = 4.9%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF118B (or 0xBF118B) is known color: Medium Violet Red. HEX triplet: BF, 11 and 8B. RGB value is (191,17,139). Sum of RGB (Red+Green+Blue) = 191+17+139=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF118B is #40EE74. Grayscale: #525252. Windows color (decimal): -4255349 or 9114047. OLE color: 9114047.

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

Color convert

RGB 191 17 139 -
CMYK 0 0.91 0.27 0.25
HSL 317.93º 0.84% 0.41% -
HSV(B) 317.93º 0.91% 0.75% -
XYZ 26.35 13.34 25.61 -
YUV 82.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 191 17 139 0 0.91 0.27 0.25 317.93 0.84 0.41
Hex BF 11 8B 0 5B 1B 19 13E 54 29
Octal 277 21 213 0 133 33 31 476 124 51
Binary 10111111 10001 10001011 0 1011011 11011 11001 100111110 1010100 101001

Color Harmonies of #BF118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF118B

Black with #BF118B

Text Example


Text Example

White with #BF118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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