#BF17A9

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

Shades of Medium Violet Red #BF17A9

Tints of Medium Violet Red #BF17A9

Color information

#BF17A9 (or 0xBF17A9) is unknown color: approx Medium Violet Red. HEX triplet: BF, 17 and A9. RGB value is (191,23,169). Sum of RGB (Red+Green+Blue) = 191+23+169=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17A9 is #40E856. Grayscale: #595959. Windows color (decimal): -4253783 or 11081663. OLE color: 11081663.

HSL color Cylindrical-coordinate representation of color #BF17A9: hue angle of 307.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17A9 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19123169-
CMYK00.880.120.25
HSL307.86º78.5%41.96%-
HSV(B)307.86º87.96%74.9%-
XYZ28.9514.5538.82-
YUV89.88172.66200.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 23 (9.38% from 255) = 6.01%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=49.87%
G=6.01%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912316900.880.120.25307.8678.541.96
HexBF17A9058C191344f2a
Octal277272510130143146411752
Binary101111111011110101001010110001100110011001101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17A9; }

 p { color: rgb(191,23,169); }

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

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

 a { background-color: rgb(191,23,169); }

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

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

 span { border-color: rgb(191,23,169); }

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