Shades of Deep Magenta #B711DA
Tints of Deep Magenta #B711DA
RGB
CMYK
RGB Variations
Color information
#B711DA (or 0xB711DA) is known color: Deep Magenta. HEX triplet: B7, 11 and DA. RGB value is (183,17,218). Sum of RGB (Red+Green+Blue) = 183+17+218=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #B711DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711DA is #48EE25. Grayscale: #585858. Windows color (decimal): -4779558 or 14291383. OLE color: 14291383.
HSL color Cylindrical-coordinate representation of color #B711DA: hue angle of 289.55º degrees, saturation: 0.86, 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 #B711DA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 17 | 218 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.15 |
| HSL | 289.55º | 0.86% | 0.46% | - |
| HSV(B) | 289.55º | 0.92% | 0.85% | - |
| XYZ | 32.38 | 15.53 | 67.62 | - |
| YUV | 89.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 218 | 0.16 | 0.92 | 0 | 0.15 | 289.55 | 0.86 | 0.46 |
| Hex | B7 | 11 | DA | 10 | 5C | 0 | F | 122 | 56 | 2E |
| Octal | 267 | 21 | 332 | 20 | 134 | 0 | 17 | 442 | 126 | 56 |
| Binary | 10110111 | 10001 | 11011010 | 10000 | 1011100 | 0 | 1111 | 100100010 | 1010110 | 101110 |
Color Harmonies of #B711DA
Complementary color
Monochromatic Colors of #B711DA
Black with #B711DA
Text Example
Text Example
White with #B711DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711DA; }
p { color: rgb(183,17,218); }
H1.HeaderClassName
{
color: #B711DA;
}
.AnyTagClassName
{
color: #B711DA;
}
</style>
background-color css
<style>
a { background-color: #B711DA; }
a { background-color: rgb(183,17,218); }
div.DivClassName
{
background-color: #B711DA;
}
.BgClassName
{
background-color: #B711DA;
}
</style>
border-color css
<style>
span { border-color: #B711DA; }
span { border-color: rgb(183,17,218); }
td.TdClassName
{
border-color: #B711DA;
}
.TagClassName
{
border-color: #B711DA;
}
</style>