Shades of Deep Magenta #B71ADB
Tints of Deep Magenta #B71ADB
RGB
CMYK
RGB Variations
Color information
#B71ADB (or 0xB71ADB) is known color: Deep Magenta. HEX triplet: B7, 1A and DB. RGB value is (183,26,219). Sum of RGB (Red+Green+Blue) = 183+26+219=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #B71ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ADB is #48E524. Grayscale: #5E5E5E. Windows color (decimal): -4777253 or 14359223. OLE color: 14359223.
HSL color Cylindrical-coordinate representation of color #B71ADB: hue angle of 288.81º 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 #B71ADB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 26 | 219 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.14 |
| HSL | 288.81º | 0.79% | 0.48% | - |
| HSV(B) | 288.81º | 0.88% | 0.86% | - |
| XYZ | 32.68 | 15.92 | 68.37 | - |
| YUV | 94.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 219 | 0.16 | 0.88 | 0 | 0.14 | 288.81 | 0.79 | 0.48 |
| Hex | B7 | 1A | DB | 10 | 58 | 0 | E | 121 | 4F | 30 |
| Octal | 267 | 32 | 333 | 20 | 130 | 0 | 16 | 441 | 117 | 60 |
| Binary | 10110111 | 11010 | 11011011 | 10000 | 1011000 | 0 | 1110 | 100100001 | 1001111 | 110000 |
Color Harmonies of #B71ADB
Complementary color
Monochromatic Colors of #B71ADB
Black with #B71ADB
Text Example
Text Example
White with #B71ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ADB; }
p { color: rgb(183,26,219); }
H1.HeaderClassName
{
color: #B71ADB;
}
.AnyTagClassName
{
color: #B71ADB;
}
</style>
background-color css
<style>
a { background-color: #B71ADB; }
a { background-color: rgb(183,26,219); }
div.DivClassName
{
background-color: #B71ADB;
}
.BgClassName
{
background-color: #B71ADB;
}
</style>
border-color css
<style>
span { border-color: #B71ADB; }
span { border-color: rgb(183,26,219); }
td.TdClassName
{
border-color: #B71ADB;
}
.TagClassName
{
border-color: #B71ADB;
}
</style>