Shades of Deep Magenta #B912DA
Tints of Deep Magenta #B912DA
RGB
CMYK
RGB Variations
Color information
#B912DA (or 0xB912DA) is known color: Deep Magenta. HEX triplet: B9, 12 and DA. RGB value is (185,18,218). Sum of RGB (Red+Green+Blue) = 185+18+218=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #B912DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DA is #46ED25. Grayscale: #5A5A5A. Windows color (decimal): -4648230 or 14291641. OLE color: 14291641.
HSL color Cylindrical-coordinate representation of color #B912DA: hue angle of 290.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B912DA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 18 | 218 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.15 |
| HSL | 290.1º | 0.85% | 0.46% | - |
| HSV(B) | 290.1º | 0.92% | 0.85% | - |
| XYZ | 32.88 | 15.81 | 67.65 | - |
| YUV | 90.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 218 | 0.15 | 0.92 | 0 | 0.15 | 290.1 | 0.85 | 0.46 |
| Hex | B9 | 12 | DA | F | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 271 | 22 | 332 | 17 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10111001 | 10010 | 11011010 | 1111 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B912DA
Complementary color
Monochromatic Colors of #B912DA
Black with #B912DA
Text Example
Text Example
White with #B912DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912DA; }
p { color: rgb(185,18,218); }
H1.HeaderClassName
{
color: #B912DA;
}
.AnyTagClassName
{
color: #B912DA;
}
</style>
background-color css
<style>
a { background-color: #B912DA; }
a { background-color: rgb(185,18,218); }
div.DivClassName
{
background-color: #B912DA;
}
.BgClassName
{
background-color: #B912DA;
}
</style>
border-color css
<style>
span { border-color: #B912DA; }
span { border-color: rgb(185,18,218); }
td.TdClassName
{
border-color: #B912DA;
}
.TagClassName
{
border-color: #B912DA;
}
</style>