Shades of Deep Magenta #B925AF
Tints of Deep Magenta #B925AF
RGB
CMYK
RGB Variations
Color information
#B925AF (or 0xB925AF) is known color: Deep Magenta. HEX triplet: B9, 25 and AF. RGB value is (185,37,175). Sum of RGB (Red+Green+Blue) = 185+37+175=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B925AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B925AF is #46DA50. Grayscale: #606060. Windows color (decimal): -4643409 or 11478457. OLE color: 11478457.
HSL color Cylindrical-coordinate representation of color #B925AF: hue angle of 304.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B925AF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 175 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.27 |
| HSL | 304.05º | 0.67% | 0.44% | - |
| HSV(B) | 304.05º | 0.8% | 0.73% | - |
| XYZ | 28.41 | 14.73 | 41.9 | - |
| YUV | 96.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 175 | 0 | 0.80 | 0.05 | 0.27 | 304.05 | 0.67 | 0.44 |
| Hex | B9 | 25 | AF | 0 | 50 | 5 | 1B | 130 | 43 | 2C |
| Octal | 271 | 45 | 257 | 0 | 120 | 5 | 33 | 460 | 103 | 54 |
| Binary | 10111001 | 100101 | 10101111 | 0 | 1010000 | 101 | 11011 | 100110000 | 1000011 | 101100 |
Color Harmonies of #B925AF
Complementary color
Monochromatic Colors of #B925AF
Black with #B925AF
Text Example
Text Example
White with #B925AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925AF; }
p { color: rgb(185,37,175); }
H1.HeaderClassName
{
color: #B925AF;
}
.AnyTagClassName
{
color: #B925AF;
}
</style>
background-color css
<style>
a { background-color: #B925AF; }
a { background-color: rgb(185,37,175); }
div.DivClassName
{
background-color: #B925AF;
}
.BgClassName
{
background-color: #B925AF;
}
</style>
border-color css
<style>
span { border-color: #B925AF; }
span { border-color: rgb(185,37,175); }
td.TdClassName
{
border-color: #B925AF;
}
.TagClassName
{
border-color: #B925AF;
}
</style>