Shades of Deep Magenta #B71ADD
Tints of Deep Magenta #B71ADD
RGB
CMYK
RGB Variations
Color information
#B71ADD (or 0xB71ADD) is known color: Deep Magenta. HEX triplet: B7, 1A and DD. RGB value is (183,26,221). Sum of RGB (Red+Green+Blue) = 183+26+221=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #B71ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ADD is #48E522. Grayscale: #5E5E5E. Windows color (decimal): -4777251 or 14490295. OLE color: 14490295.
HSL color Cylindrical-coordinate representation of color #B71ADD: hue angle of 288.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71ADD is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 26 | 221 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.31º | 0.79% | 0.48% | - |
| HSV(B) | 288.31º | 0.88% | 0.87% | - |
| XYZ | 32.95 | 16.03 | 69.76 | - |
| YUV | 95.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 221 | 0.17 | 0.88 | 0 | 0.13 | 288.31 | 0.79 | 0.48 |
| Hex | B7 | 1A | DD | 11 | 58 | 0 | D | 120 | 4F | 30 |
| Octal | 267 | 32 | 335 | 21 | 130 | 0 | 15 | 440 | 117 | 60 |
| Binary | 10110111 | 11010 | 11011101 | 10001 | 1011000 | 0 | 1101 | 100100000 | 1001111 | 110000 |
Color Harmonies of #B71ADD
Complementary color
Monochromatic Colors of #B71ADD
Black with #B71ADD
Text Example
Text Example
White with #B71ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ADD; }
p { color: rgb(183,26,221); }
H1.HeaderClassName
{
color: #B71ADD;
}
.AnyTagClassName
{
color: #B71ADD;
}
</style>
background-color css
<style>
a { background-color: #B71ADD; }
a { background-color: rgb(183,26,221); }
div.DivClassName
{
background-color: #B71ADD;
}
.BgClassName
{
background-color: #B71ADD;
}
</style>
border-color css
<style>
span { border-color: #B71ADD; }
span { border-color: rgb(183,26,221); }
td.TdClassName
{
border-color: #B71ADD;
}
.TagClassName
{
border-color: #B71ADD;
}
</style>