#BF128C

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

Shades of Medium Violet Red #BF128C

Tints of Medium Violet Red #BF128C

Color information

#BF128C (or 0xBF128C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 12 and 8C. RGB value is (191,18,140). Sum of RGB (Red+Green+Blue) = 191+18+140=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF128C is #40ED73. Grayscale: #535353. Windows color (decimal): -4255092 or 9179839. OLE color: 9179839.

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

Color convert

RGB19118140-
CMYK00.910.270.25
HSL317.69º82.78%40.98%-
HSV(B)317.69º90.58%74.9%-
XYZ26.4413.426-
YUV83.64159.81204.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=54.73%
G=5.16%
B=40.11%

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
Decimal1911814000.910.270.25317.6982.7840.98
HexBF128C05B1B1913e5329
Octal277222140133333147612351
Binary1011111110010100011000101101111011110011001111101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF128C; }

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

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

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

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

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

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

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

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