Shades of Deep Magenta #B711D7
Tints of Deep Magenta #B711D7
RGB
CMYK
RGB Variations
Color information
#B711D7 (or 0xB711D7) is known color: Deep Magenta. HEX triplet: B7, 11 and D7. RGB value is (183,17,215). Sum of RGB (Red+Green+Blue) = 183+17+215=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #B711D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711D7 is #48EE28. Grayscale: #585858. Windows color (decimal): -4779561 or 14094775. OLE color: 14094775.
HSL color Cylindrical-coordinate representation of color #B711D7: hue angle of 290.3º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711D7 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 17 | 215 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.16 |
| HSL | 290.3º | 0.85% | 0.45% | - |
| HSV(B) | 290.3º | 0.92% | 0.84% | - |
| XYZ | 31.99 | 15.37 | 65.57 | - |
| YUV | 89.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 215 | 0.15 | 0.92 | 0 | 0.16 | 290.3 | 0.85 | 0.45 |
| Hex | B7 | 11 | D7 | F | 5C | 0 | 10 | 122 | 55 | 2D |
| Octal | 267 | 21 | 327 | 17 | 134 | 0 | 20 | 442 | 125 | 55 |
| Binary | 10110111 | 10001 | 11010111 | 1111 | 1011100 | 0 | 10000 | 100100010 | 1010101 | 101101 |
Color Harmonies of #B711D7
Complementary color
Monochromatic Colors of #B711D7
Black with #B711D7
Text Example
Text Example
White with #B711D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711D7; }
p { color: rgb(183,17,215); }
H1.HeaderClassName
{
color: #B711D7;
}
.AnyTagClassName
{
color: #B711D7;
}
</style>
background-color css
<style>
a { background-color: #B711D7; }
a { background-color: rgb(183,17,215); }
div.DivClassName
{
background-color: #B711D7;
}
.BgClassName
{
background-color: #B711D7;
}
</style>
border-color css
<style>
span { border-color: #B711D7; }
span { border-color: rgb(183,17,215); }
td.TdClassName
{
border-color: #B711D7;
}
.TagClassName
{
border-color: #B711D7;
}
</style>