Shades of Deep Magenta #BF01AA
Tints of Deep Magenta #BF01AA
RGB
CMYK
RGB Variations
Color information
#BF01AA (or 0xBF01AA) is known color: Deep Magenta. HEX triplet: BF, 01 and AA. RGB value is (191,1,170). Sum of RGB (Red+Green+Blue) = 191+1+170=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01AA is #40FE55. Grayscale: #4C4C4C. Windows color (decimal): -4259414 or 11141567. OLE color: 11141567.
HSL color Cylindrical-coordinate representation of color #BF01AA: hue angle of 306.63º degrees, saturation: 0.99, 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 #BF01AA is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.25 |
| HSL | 306.63º | 0.99% | 0.38% | - |
| HSV(B) | 306.63º | 0.99% | 0.75% | - |
| XYZ | 28.75 | 14 | 39.22 | - |
| YUV | 77.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 170 | 0 | 0.99 | 0.11 | 0.25 | 306.63 | 0.99 | 0.38 |
| Hex | BF | 1 | AA | 0 | 63 | B | 19 | 133 | 63 | 26 |
| Octal | 277 | 1 | 252 | 0 | 143 | 13 | 31 | 463 | 143 | 46 |
| Binary | 10111111 | 1 | 10101010 | 0 | 1100011 | 1011 | 11001 | 100110011 | 1100011 | 100110 |
Color Harmonies of #BF01AA
Complementary color
Monochromatic Colors of #BF01AA
Black with #BF01AA
Text Example
Text Example
White with #BF01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01AA; }
p { color: rgb(191,1,170); }
H1.HeaderClassName
{
color: #BF01AA;
}
.AnyTagClassName
{
color: #BF01AA;
}
</style>
background-color css
<style>
a { background-color: #BF01AA; }
a { background-color: rgb(191,1,170); }
div.DivClassName
{
background-color: #BF01AA;
}
.BgClassName
{
background-color: #BF01AA;
}
</style>
border-color css
<style>
span { border-color: #BF01AA; }
span { border-color: rgb(191,1,170); }
td.TdClassName
{
border-color: #BF01AA;
}
.TagClassName
{
border-color: #BF01AA;
}
</style>