#BF15A7

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

Shades of Medium Violet Red #BF15A7

Tints of Medium Violet Red #BF15A7

Color information

#BF15A7 (or 0xBF15A7) is unknown color: approx Medium Violet Red. HEX triplet: BF, 15 and A7. RGB value is (191,21,167). Sum of RGB (Red+Green+Blue) = 191+21+167=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A7 is #40EA58. Grayscale: #585858. Windows color (decimal): -4254297 or 10950079. OLE color: 10950079.

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

Color convert

RGB19121167-
CMYK00.890.130.25
HSL308.47º80.19%41.57%-
HSV(B)308.47º89.01%74.9%-
XYZ28.7314.437.83-
YUV88.47172.32201.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 21 (8.59% from 255) = 5.54%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=50.40%
G=5.54%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912116700.890.130.25308.4780.1941.57
HexBF15A7059D19134502a
Octal277252470131153146412052
Binary101111111010110100111010110011101110011001101001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF15A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF15A7; }

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

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

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

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

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

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

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

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