Shades of Deep Magenta #BF00A5
Tints of Deep Magenta #BF00A5
RGB
CMYK
RGB Variations
Color information
#BF00A5 (or 0xBF00A5) is known color: Deep Magenta. HEX triplet: BF, 00 and A5. RGB value is (191,0,165). Sum of RGB (Red+Green+Blue) = 191+0+165=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A5 is #40FF5A. Grayscale: #4B4B4B. Windows color (decimal): -4259675 or 10813631. OLE color: 10813631.
HSL color Cylindrical-coordinate representation of color #BF00A5: hue angle of 308.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00A5 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.14 | 0.25 |
| HSL | 308.17º | 1% | 0.37% | - |
| HSV(B) | 308.17º | 1% | 0.75% | - |
| XYZ | 28.28 | 13.79 | 36.77 | - |
| YUV | 75.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 165 | 0 | 1 | 0.14 | 0.25 | 308.17 | 1 | 0.37 |
| Hex | BF | 0 | A5 | 0 | 64 | E | 19 | 134 | 64 | 25 |
| Octal | 277 | 0 | 245 | 0 | 144 | 16 | 31 | 464 | 144 | 45 |
| Binary | 10111111 | 0 | 10100101 | 0 | 1100100 | 1110 | 11001 | 100110100 | 1100100 | 100101 |
Color Harmonies of #BF00A5
Complementary color
Monochromatic Colors of #BF00A5
Black with #BF00A5
Text Example
Text Example
White with #BF00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00A5; }
p { color: rgb(191,0,165); }
H1.HeaderClassName
{
color: #BF00A5;
}
.AnyTagClassName
{
color: #BF00A5;
}
</style>
background-color css
<style>
a { background-color: #BF00A5; }
a { background-color: rgb(191,0,165); }
div.DivClassName
{
background-color: #BF00A5;
}
.BgClassName
{
background-color: #BF00A5;
}
</style>
border-color css
<style>
span { border-color: #BF00A5; }
span { border-color: rgb(191,0,165); }
td.TdClassName
{
border-color: #BF00A5;
}
.TagClassName
{
border-color: #BF00A5;
}
</style>