Shades of Medium Violet Red #BF15AA
Tints of Medium Violet Red #BF15AA
RGB
CMYK
RGB Variations
Color information
#BF15AA (or 0xBF15AA) is known color: 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
| RGB | 191 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.25 |
| HSL | 307.41º | 0.8% | 0.42% | - |
| HSV(B) | 307.41º | 0.89% | 0.75% | - |
| XYZ | 29.01 | 14.51 | 39.3 | - |
| YUV | 88.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 170 | 0 | 0.89 | 0.11 | 0.25 | 307.41 | 0.8 | 0.42 |
| Hex | BF | 15 | AA | 0 | 59 | B | 19 | 133 | 50 | 2A |
| Octal | 277 | 25 | 252 | 0 | 131 | 13 | 31 | 463 | 120 | 52 |
| Binary | 10111111 | 10101 | 10101010 | 0 | 1011001 | 1011 | 11001 | 100110011 | 1010000 | 101010 |
Color Harmonies of #BF15AA
Complementary color
Monochromatic Colors of #BF15AA
Black with #BF15AA
Text Example
Text Example
White with #BF15AA
Text Example
Text Example
HTML Codes & Css Web 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>