Shades of Deep Magenta #BF02AF
Tints of Deep Magenta #BF02AF
RGB
CMYK
RGB Variations
Color information
#BF02AF (or 0xBF02AF) is known color: Deep Magenta. HEX triplet: BF, 02 and AF. RGB value is (191,2,175). Sum of RGB (Red+Green+Blue) = 191+2+175=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF02AF is #40FD50. Grayscale: #4D4D4D. Windows color (decimal): -4259153 or 11469503. OLE color: 11469503.
HSL color Cylindrical-coordinate representation of color #BF02AF: hue angle of 305.08º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02AF is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.25 |
| HSL | 305.08º | 0.98% | 0.38% | - |
| HSV(B) | 305.08º | 0.99% | 0.75% | - |
| XYZ | 29.25 | 14.21 | 41.76 | - |
| YUV | 78.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 175 | 0 | 0.99 | 0.08 | 0.25 | 305.08 | 0.98 | 0.38 |
| Hex | BF | 2 | AF | 0 | 63 | 8 | 19 | 131 | 62 | 26 |
| Octal | 277 | 2 | 257 | 0 | 143 | 10 | 31 | 461 | 142 | 46 |
| Binary | 10111111 | 10 | 10101111 | 0 | 1100011 | 1000 | 11001 | 100110001 | 1100010 | 100110 |
Color Harmonies of #BF02AF
Complementary color
Monochromatic Colors of #BF02AF
Black with #BF02AF
Text Example
Text Example
White with #BF02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02AF; }
p { color: rgb(191,2,175); }
H1.HeaderClassName
{
color: #BF02AF;
}
.AnyTagClassName
{
color: #BF02AF;
}
</style>
background-color css
<style>
a { background-color: #BF02AF; }
a { background-color: rgb(191,2,175); }
div.DivClassName
{
background-color: #BF02AF;
}
.BgClassName
{
background-color: #BF02AF;
}
</style>
border-color css
<style>
span { border-color: #BF02AF; }
span { border-color: rgb(191,2,175); }
td.TdClassName
{
border-color: #BF02AF;
}
.TagClassName
{
border-color: #BF02AF;
}
</style>