#BF15AA

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

Shades of Medium Violet Red #BF15AA

Tints of Medium Violet Red #BF15AA

Color information

#BF15AA (or 0xBF15AA) is unknown color: approx Medium Violet Red. HEX triplet: BF, 15 and AA. RGB value is (191,21,170). Sum of RGB (Red+Green+Blue) = 191+21+170=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15AA is #40EA55. Grayscale: #585858. Windows color (decimal): -4254294 or 11146687. OLE color: 11146687.

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

Color convert

RGB19121170-
CMYK00.890.110.25
HSL307.41º80.19%41.57%-
HSV(B)307.41º89.01%74.9%-
XYZ29.0114.5139.3-
YUV88.82173.82200.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 5.50%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=50%
G=5.50%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912117000.890.110.25307.4180.1941.57
HexBF15AA059B19133502a
Octal277252520131133146312052
Binary101111111010110101010010110011011110011001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF15AA; }

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

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

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

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

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

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

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

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