Shades of Deep Magenta #B906AF
Tints of Deep Magenta #B906AF
RGB
CMYK
RGB Variations
Color information
#B906AF (or 0xB906AF) is known color: Deep Magenta. HEX triplet: B9, 06 and AF. RGB value is (185,6,175). Sum of RGB (Red+Green+Blue) = 185+6+175=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B906AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906AF is #46F950. Grayscale: #4E4E4E. Windows color (decimal): -4651345 or 11470521. OLE color: 11470521.
HSL color Cylindrical-coordinate representation of color #B906AF: hue angle of 303.35º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906AF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.27 |
| HSL | 303.35º | 0.94% | 0.37% | - |
| HSV(B) | 303.35º | 0.97% | 0.73% | - |
| XYZ | 27.81 | 13.54 | 41.71 | - |
| YUV | 78.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 175 | 0 | 0.97 | 0.05 | 0.27 | 303.35 | 0.94 | 0.37 |
| Hex | B9 | 6 | AF | 0 | 61 | 5 | 1B | 12F | 5E | 25 |
| Octal | 271 | 6 | 257 | 0 | 141 | 5 | 33 | 457 | 136 | 45 |
| Binary | 10111001 | 110 | 10101111 | 0 | 1100001 | 101 | 11011 | 100101111 | 1011110 | 100101 |
Color Harmonies of #B906AF
Complementary color
Monochromatic Colors of #B906AF
Black with #B906AF
Text Example
Text Example
White with #B906AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B906AF; }
p { color: rgb(185,6,175); }
H1.HeaderClassName
{
color: #B906AF;
}
.AnyTagClassName
{
color: #B906AF;
}
</style>
background-color css
<style>
a { background-color: #B906AF; }
a { background-color: rgb(185,6,175); }
div.DivClassName
{
background-color: #B906AF;
}
.BgClassName
{
background-color: #B906AF;
}
</style>
border-color css
<style>
span { border-color: #B906AF; }
span { border-color: rgb(185,6,175); }
td.TdClassName
{
border-color: #B906AF;
}
.TagClassName
{
border-color: #B906AF;
}
</style>