Shades of Deep Magenta #B900D4
Tints of Deep Magenta #B900D4
RGB
CMYK
RGB Variations
Color information
#B900D4 (or 0xB900D4) is known color: Deep Magenta. HEX triplet: B9, 00 and D4. RGB value is (185,0,212). Sum of RGB (Red+Green+Blue) = 185+0+212=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #B900D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900D4 is #46FF2B. Grayscale: #4E4E4E. Windows color (decimal): -4652844 or 13893817. OLE color: 13893817.
HSL color Cylindrical-coordinate representation of color #B900D4: hue angle of 292.36º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900D4 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 0 | 212 | - |
| CMYK | 0.13 | 1 | 0 | 0.17 |
| HSL | 292.36º | 1% | 0.42% | - |
| HSV(B) | 292.36º | 1% | 0.83% | - |
| XYZ | 31.89 | 15.07 | 63.51 | - |
| YUV | 79.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 212 | 0.13 | 1 | 0 | 0.17 | 292.36 | 1 | 0.42 |
| Hex | B9 | 0 | D4 | D | 64 | 0 | 11 | 124 | 64 | 2A |
| Octal | 271 | 0 | 324 | 15 | 144 | 0 | 21 | 444 | 144 | 52 |
| Binary | 10111001 | 0 | 11010100 | 1101 | 1100100 | 0 | 10001 | 100100100 | 1100100 | 101010 |
Color Harmonies of #B900D4
Complementary color
Monochromatic Colors of #B900D4
Black with #B900D4
Text Example
Text Example
White with #B900D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900D4; }
p { color: rgb(185,0,212); }
H1.HeaderClassName
{
color: #B900D4;
}
.AnyTagClassName
{
color: #B900D4;
}
</style>
background-color css
<style>
a { background-color: #B900D4; }
a { background-color: rgb(185,0,212); }
div.DivClassName
{
background-color: #B900D4;
}
.BgClassName
{
background-color: #B900D4;
}
</style>
border-color css
<style>
span { border-color: #B900D4; }
span { border-color: rgb(185,0,212); }
td.TdClassName
{
border-color: #B900D4;
}
.TagClassName
{
border-color: #B900D4;
}
</style>