Shades of Deep Magenta #B614D9
Tints of Deep Magenta #B614D9
RGB
CMYK
RGB Variations
Color information
#B614D9 (or 0xB614D9) is known color: Deep Magenta. HEX triplet: B6, 14 and D9. RGB value is (182,20,217). Sum of RGB (Red+Green+Blue) = 182+20+217=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #B614D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614D9 is #49EB26. Grayscale: #5A5A5A. Windows color (decimal): -4844327 or 14226614. OLE color: 14226614.
HSL color Cylindrical-coordinate representation of color #B614D9: hue angle of 289.34º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614D9 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 20 | 217 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.15 |
| HSL | 289.34º | 0.83% | 0.46% | - |
| HSV(B) | 289.34º | 0.91% | 0.85% | - |
| XYZ | 32.07 | 15.46 | 66.94 | - |
| YUV | 90.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 217 | 0.16 | 0.91 | 0 | 0.15 | 289.34 | 0.83 | 0.46 |
| Hex | B6 | 14 | D9 | 10 | 5B | 0 | F | 121 | 53 | 2E |
| Octal | 266 | 24 | 331 | 20 | 133 | 0 | 17 | 441 | 123 | 56 |
| Binary | 10110110 | 10100 | 11011001 | 10000 | 1011011 | 0 | 1111 | 100100001 | 1010011 | 101110 |
Color Harmonies of #B614D9
Complementary color
Monochromatic Colors of #B614D9
Black with #B614D9
Text Example
Text Example
White with #B614D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614D9; }
p { color: rgb(182,20,217); }
H1.HeaderClassName
{
color: #B614D9;
}
.AnyTagClassName
{
color: #B614D9;
}
</style>
background-color css
<style>
a { background-color: #B614D9; }
a { background-color: rgb(182,20,217); }
div.DivClassName
{
background-color: #B614D9;
}
.BgClassName
{
background-color: #B614D9;
}
</style>
border-color css
<style>
span { border-color: #B614D9; }
span { border-color: rgb(182,20,217); }
td.TdClassName
{
border-color: #B614D9;
}
.TagClassName
{
border-color: #B614D9;
}
</style>