#bf118c

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

Shades of Medium Violet Red #BF118C

Tints of Medium Violet Red #BF118C

Color information

#BF118C (or 0xBF118C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 11 and 8C. RGB value is (191,17,140). Sum of RGB (Red+Green+Blue) = 191+17+140=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF118C is #40EE73. Grayscale: #525252. Windows color (decimal): -4255348 or 9179583. OLE color: 9179583.

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

Color convert

RGB19117140-
CMYK00.910.270.25
HSL317.59º83.65%40.78%-
HSV(B)317.59º91.1%74.9%-
XYZ26.4213.3726-
YUV83.05160.15205-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 17 (7.03% from 255) = 4.89%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=54.89%
G=4.89%
B=40.23%

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
Decimal1911714000.910.270.25317.5983.6540.78
HexBF118C05B1B1913e5429
Octal277212140133333147612451
Binary1011111110001100011000101101111011110011001111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf118c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf118c; }

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

 H1.HeaderClassName
 {
   color: #bf118c;
 }
 .AnyTagClassName
 {
   color: #bf118c;
 }
</style>
background-color css

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

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

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

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

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

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