Shades of Deep Magenta #B914DA
Tints of Deep Magenta #B914DA
RGB
CMYK
RGB Variations
Color information
#B914DA (or 0xB914DA) is known color: Deep Magenta. HEX triplet: B9, 14 and DA. RGB value is (185,20,218). Sum of RGB (Red+Green+Blue) = 185+20+218=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #B914DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914DA is #46EB25. Grayscale: #5B5B5B. Windows color (decimal): -4647718 or 14292153. OLE color: 14292153.
HSL color Cylindrical-coordinate representation of color #B914DA: hue angle of 290º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B914DA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 20 | 218 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.15 |
| HSL | 290º | 0.83% | 0.47% | - |
| HSV(B) | 290º | 0.91% | 0.85% | - |
| XYZ | 32.91 | 15.88 | 67.66 | - |
| YUV | 91.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 218 | 0.15 | 0.91 | 0 | 0.15 | 290 | 0.83 | 0.47 |
| Hex | B9 | 14 | DA | F | 5B | 0 | F | 122 | 53 | 2F |
| Octal | 271 | 24 | 332 | 17 | 133 | 0 | 17 | 442 | 123 | 57 |
| Binary | 10111001 | 10100 | 11011010 | 1111 | 1011011 | 0 | 1111 | 100100010 | 1010011 | 101111 |
Color Harmonies of #B914DA
Complementary color
Monochromatic Colors of #B914DA
Black with #B914DA
Text Example
Text Example
White with #B914DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914DA; }
p { color: rgb(185,20,218); }
H1.HeaderClassName
{
color: #B914DA;
}
.AnyTagClassName
{
color: #B914DA;
}
</style>
background-color css
<style>
a { background-color: #B914DA; }
a { background-color: rgb(185,20,218); }
div.DivClassName
{
background-color: #B914DA;
}
.BgClassName
{
background-color: #B914DA;
}
</style>
border-color css
<style>
span { border-color: #B914DA; }
span { border-color: rgb(185,20,218); }
td.TdClassName
{
border-color: #B914DA;
}
.TagClassName
{
border-color: #B914DA;
}
</style>