Shades of Deep Magenta #B71CDB
Tints of Deep Magenta #B71CDB
RGB
CMYK
RGB Variations
Color information
#B71CDB (or 0xB71CDB) is known color: Deep Magenta. HEX triplet: B7, 1C and DB. RGB value is (183,28,219). Sum of RGB (Red+Green+Blue) = 183+28+219=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B71CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CDB is #48E324. Grayscale: #5F5F5F. Windows color (decimal): -4776741 or 14359735. OLE color: 14359735.
HSL color Cylindrical-coordinate representation of color #B71CDB: hue angle of 288.69º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71CDB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 28 | 219 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.14 |
| HSL | 288.69º | 0.77% | 0.48% | - |
| HSV(B) | 288.69º | 0.87% | 0.86% | - |
| XYZ | 32.73 | 16.01 | 68.38 | - |
| YUV | 96.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 219 | 0.16 | 0.87 | 0 | 0.14 | 288.69 | 0.77 | 0.48 |
| Hex | B7 | 1C | DB | 10 | 57 | 0 | E | 121 | 4D | 30 |
| Octal | 267 | 34 | 333 | 20 | 127 | 0 | 16 | 441 | 115 | 60 |
| Binary | 10110111 | 11100 | 11011011 | 10000 | 1010111 | 0 | 1110 | 100100001 | 1001101 | 110000 |
Color Harmonies of #B71CDB
Complementary color
Monochromatic Colors of #B71CDB
Black with #B71CDB
Text Example
Text Example
White with #B71CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CDB; }
p { color: rgb(183,28,219); }
H1.HeaderClassName
{
color: #B71CDB;
}
.AnyTagClassName
{
color: #B71CDB;
}
</style>
background-color css
<style>
a { background-color: #B71CDB; }
a { background-color: rgb(183,28,219); }
div.DivClassName
{
background-color: #B71CDB;
}
.BgClassName
{
background-color: #B71CDB;
}
</style>
border-color css
<style>
span { border-color: #B71CDB; }
span { border-color: rgb(183,28,219); }
td.TdClassName
{
border-color: #B71CDB;
}
.TagClassName
{
border-color: #B71CDB;
}
</style>