#BF118B

Color #BF118B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF118B

Tints of Medium Violet Red #BF118B

Color information

#BF118B (or 0xBF118B) is unknown color: approx 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

RGB19117139-
CMYK00.910.270.25
HSL317.93º83.65%40.78%-
HSV(B)317.93º91.1%74.9%-
XYZ26.3513.3425.61-
YUV82.93159.65205.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 17 (7.03% from 255) = 4.90%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=55.04%
G=4.90%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911713900.910.270.25317.9383.6540.78
HexBF118B05B1B1913e5429
Octal277212130133333147612451
Binary1011111110001100010110101101111011110011001111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>