#BF15A0

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

Shades of Medium Violet Red #BF15A0

Tints of Medium Violet Red #BF15A0

Color information

#BF15A0 (or 0xBF15A0) is unknown color: approx Medium Violet Red. HEX triplet: BF, 15 and A0. RGB value is (191,21,160). Sum of RGB (Red+Green+Blue) = 191+21+160=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A0 is #40EA5F. Grayscale: #575757. Windows color (decimal): -4254304 or 10491327. OLE color: 10491327.

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

Color convert

RGB19121160-
CMYK00.890.160.25
HSL310.94º80.19%41.57%-
HSV(B)310.94º89.01%74.9%-
XYZ28.114.1534.51-
YUV87.68168.82201.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 21 (8.59% from 255) = 5.65%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=51.34%
G=5.65%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912116000.890.160.25310.9480.1941.57
HexBF15A00591019137502a
Octal277252400131203146712052
Binary1011111110101101000000101100110000110011001101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF15A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF15A0; }

 p { color: rgb(191,21,160); }

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

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

 a { background-color: rgb(191,21,160); }

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

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

 span { border-color: rgb(191,21,160); }

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