Shades of Deep Magenta #B915AF
Tints of Deep Magenta #B915AF
RGB
CMYK
RGB Variations
Color information
#B915AF (or 0xB915AF) is known color: Deep Magenta. HEX triplet: B9, 15 and AF. RGB value is (185,21,175). Sum of RGB (Red+Green+Blue) = 185+21+175=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B915AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915AF is #46EA50. Grayscale: #575757. Windows color (decimal): -4647505 or 11474361. OLE color: 11474361.
HSL color Cylindrical-coordinate representation of color #B915AF: hue angle of 303.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B915AF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.27 |
| HSL | 303.66º | 0.8% | 0.4% | - |
| HSV(B) | 303.66º | 0.89% | 0.73% | - |
| XYZ | 28.01 | 13.95 | 41.77 | - |
| YUV | 87.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 175 | 0 | 0.89 | 0.05 | 0.27 | 303.66 | 0.8 | 0.4 |
| Hex | B9 | 15 | AF | 0 | 59 | 5 | 1B | 130 | 50 | 28 |
| Octal | 271 | 25 | 257 | 0 | 131 | 5 | 33 | 460 | 120 | 50 |
| Binary | 10111001 | 10101 | 10101111 | 0 | 1011001 | 101 | 11011 | 100110000 | 1010000 | 101000 |
Color Harmonies of #B915AF
Complementary color
Monochromatic Colors of #B915AF
Black with #B915AF
Text Example
Text Example
White with #B915AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915AF; }
p { color: rgb(185,21,175); }
H1.HeaderClassName
{
color: #B915AF;
}
.AnyTagClassName
{
color: #B915AF;
}
</style>
background-color css
<style>
a { background-color: #B915AF; }
a { background-color: rgb(185,21,175); }
div.DivClassName
{
background-color: #B915AF;
}
.BgClassName
{
background-color: #B915AF;
}
</style>
border-color css
<style>
span { border-color: #B915AF; }
span { border-color: rgb(185,21,175); }
td.TdClassName
{
border-color: #B915AF;
}
.TagClassName
{
border-color: #B915AF;
}
</style>