#BF15A6

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

Shades of Medium Violet Red #BF15A6

Tints of Medium Violet Red #BF15A6

Color information

#BF15A6 (or 0xBF15A6) is unknown color: approx Medium Violet Red. HEX triplet: BF, 15 and A6. RGB value is (191,21,166). Sum of RGB (Red+Green+Blue) = 191+21+166=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A6 is #40EA59. Grayscale: #575757. Windows color (decimal): -4254298 or 10884543. OLE color: 10884543.

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

Color convert

RGB19121166-
CMYK00.890.130.25
HSL308.82º80.19%41.57%-
HSV(B)308.82º89.01%74.9%-
XYZ28.6414.3737.34-
YUV88.36171.82201.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 21 (8.59% from 255) = 5.56%
BLUE value IS 166 (65.23% from 255) = 43.92%
R=50.53%
G=5.56%
B=43.92%

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
Decimal1912116600.890.130.25308.8280.1941.57
HexBF15A6059D19135502a
Octal277252460131153146512052
Binary101111111010110100110010110011101110011001101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF15A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF15A6; }

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

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

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

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

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

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

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

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