Shades of Deep Magenta #B611D8
Tints of Deep Magenta #B611D8
RGB
CMYK
RGB Variations
Color information
#B611D8 (or 0xB611D8) is known color: Deep Magenta. HEX triplet: B6, 11 and D8. RGB value is (182,17,216). Sum of RGB (Red+Green+Blue) = 182+17+216=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #B611D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611D8 is #49EE27. Grayscale: #585858. Windows color (decimal): -4845096 or 14160310. OLE color: 14160310.
HSL color Cylindrical-coordinate representation of color #B611D8: hue angle of 289.75º 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 #B611D8 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 17 | 216 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.15 |
| HSL | 289.75º | 0.85% | 0.46% | - |
| HSV(B) | 289.75º | 0.92% | 0.85% | - |
| XYZ | 31.89 | 15.3 | 66.24 | - |
| YUV | 89.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 216 | 0.16 | 0.92 | 0 | 0.15 | 289.75 | 0.85 | 0.46 |
| Hex | B6 | 11 | D8 | 10 | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 266 | 21 | 330 | 20 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10110110 | 10001 | 11011000 | 10000 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B611D8
Complementary color
Monochromatic Colors of #B611D8
Black with #B611D8
Text Example
Text Example
White with #B611D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611D8; }
p { color: rgb(182,17,216); }
H1.HeaderClassName
{
color: #B611D8;
}
.AnyTagClassName
{
color: #B611D8;
}
</style>
background-color css
<style>
a { background-color: #B611D8; }
a { background-color: rgb(182,17,216); }
div.DivClassName
{
background-color: #B611D8;
}
.BgClassName
{
background-color: #B611D8;
}
</style>
border-color css
<style>
span { border-color: #B611D8; }
span { border-color: rgb(182,17,216); }
td.TdClassName
{
border-color: #B611D8;
}
.TagClassName
{
border-color: #B611D8;
}
</style>