Shades of Deep Magenta #B71ADC
Tints of Deep Magenta #B71ADC
RGB
CMYK
RGB Variations
Color information
#B71ADC (or 0xB71ADC) is known color: Deep Magenta. HEX triplet: B7, 1A and DC. RGB value is (183,26,220). Sum of RGB (Red+Green+Blue) = 183+26+220=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #B71ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ADC is #48E523. Grayscale: #5E5E5E. Windows color (decimal): -4777252 or 14424759. OLE color: 14424759.
HSL color Cylindrical-coordinate representation of color #B71ADC: hue angle of 288.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71ADC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 26 | 220 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.14 |
| HSL | 288.56º | 0.79% | 0.48% | - |
| HSV(B) | 288.56º | 0.88% | 0.86% | - |
| XYZ | 32.82 | 15.97 | 69.06 | - |
| YUV | 95.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 220 | 0.17 | 0.88 | 0 | 0.14 | 288.56 | 0.79 | 0.48 |
| Hex | B7 | 1A | DC | 11 | 58 | 0 | E | 121 | 4F | 30 |
| Octal | 267 | 32 | 334 | 21 | 130 | 0 | 16 | 441 | 117 | 60 |
| Binary | 10110111 | 11010 | 11011100 | 10001 | 1011000 | 0 | 1110 | 100100001 | 1001111 | 110000 |
Color Harmonies of #B71ADC
Complementary color
Monochromatic Colors of #B71ADC
Black with #B71ADC
Text Example
Text Example
White with #B71ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ADC; }
p { color: rgb(183,26,220); }
H1.HeaderClassName
{
color: #B71ADC;
}
.AnyTagClassName
{
color: #B71ADC;
}
</style>
background-color css
<style>
a { background-color: #B71ADC; }
a { background-color: rgb(183,26,220); }
div.DivClassName
{
background-color: #B71ADC;
}
.BgClassName
{
background-color: #B71ADC;
}
</style>
border-color css
<style>
span { border-color: #B71ADC; }
span { border-color: rgb(183,26,220); }
td.TdClassName
{
border-color: #B71ADC;
}
.TagClassName
{
border-color: #B71ADC;
}
</style>