Shades of Deep Magenta #B918AF
Tints of Deep Magenta #B918AF
RGB
CMYK
RGB Variations
Color information
#B918AF (or 0xB918AF) is known color: Deep Magenta. HEX triplet: B9, 18 and AF. RGB value is (185,24,175). Sum of RGB (Red+Green+Blue) = 185+24+175=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B918AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B918AF is #46E750. Grayscale: #585858. Windows color (decimal): -4646737 or 11475129. OLE color: 11475129.
HSL color Cylindrical-coordinate representation of color #B918AF: hue angle of 303.73º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B918AF is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 175 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.27 |
| HSL | 303.73º | 0.77% | 0.41% | - |
| HSV(B) | 303.73º | 0.87% | 0.73% | - |
| XYZ | 28.07 | 14.06 | 41.79 | - |
| YUV | 89.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 175 | 0 | 0.87 | 0.05 | 0.27 | 303.73 | 0.77 | 0.41 |
| Hex | B9 | 18 | AF | 0 | 57 | 5 | 1B | 130 | 4D | 29 |
| Octal | 271 | 30 | 257 | 0 | 127 | 5 | 33 | 460 | 115 | 51 |
| Binary | 10111001 | 11000 | 10101111 | 0 | 1010111 | 101 | 11011 | 100110000 | 1001101 | 101001 |
Color Harmonies of #B918AF
Complementary color
Monochromatic Colors of #B918AF
Black with #B918AF
Text Example
Text Example
White with #B918AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918AF; }
p { color: rgb(185,24,175); }
H1.HeaderClassName
{
color: #B918AF;
}
.AnyTagClassName
{
color: #B918AF;
}
</style>
background-color css
<style>
a { background-color: #B918AF; }
a { background-color: rgb(185,24,175); }
div.DivClassName
{
background-color: #B918AF;
}
.BgClassName
{
background-color: #B918AF;
}
</style>
border-color css
<style>
span { border-color: #B918AF; }
span { border-color: rgb(185,24,175); }
td.TdClassName
{
border-color: #B918AF;
}
.TagClassName
{
border-color: #B918AF;
}
</style>