#BF19A1

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

Shades of Medium Violet Red #BF19A1

Tints of Medium Violet Red #BF19A1

Color information

#BF19A1 (or 0xBF19A1) is unknown color: approx Medium Violet Red. HEX triplet: BF, 19 and A1. RGB value is (191,25,161). Sum of RGB (Red+Green+Blue) = 191+25+161=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19A1 is #40E65E. Grayscale: #595959. Windows color (decimal): -4253279 or 10557887. OLE color: 10557887.

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

Color convert

RGB19125161-
CMYK00.870.160.25
HSL310.84º76.85%42.35%-
HSV(B)310.84º86.91%74.9%-
XYZ28.2714.3435-
YUV90.14168199.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=50.66%
G=6.63%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912516100.870.160.25310.8476.8542.35
HexBF19A105710191374d2a
Octal277312410127203146711552
Binary1011111111001101000010101011110000110011001101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF19A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF19A1; }

 p { color: rgb(191,25,161); }

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

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

 a { background-color: rgb(191,25,161); }

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

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

 span { border-color: rgb(191,25,161); }

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