Shades of Deep Magenta #B71DB8
Tints of Deep Magenta #B71DB8
RGB
CMYK
RGB Variations
Color information
#B71DB8 (or 0xB71DB8) is known color: Deep Magenta. HEX triplet: B7, 1D and B8. RGB value is (183,29,184). Sum of RGB (Red+Green+Blue) = 183+29+184=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #B71DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DB8 is #48E247. Grayscale: #5C5C5C. Windows color (decimal): -4776520 or 12066231. OLE color: 12066231.
HSL color Cylindrical-coordinate representation of color #B71DB8: hue angle of 299.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71DB8 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 184 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.28 |
| HSL | 299.61º | 0.73% | 0.42% | - |
| HSV(B) | 299.61º | 0.84% | 0.72% | - |
| XYZ | 28.62 | 14.41 | 46.62 | - |
| YUV | 92.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 184 | 0.01 | 0.84 | 0 | 0.28 | 299.61 | 0.73 | 0.42 |
| Hex | B7 | 1D | B8 | 1 | 54 | 0 | 1C | 12C | 49 | 2A |
| Octal | 267 | 35 | 270 | 1 | 124 | 0 | 34 | 454 | 111 | 52 |
| Binary | 10110111 | 11101 | 10111000 | 1 | 1010100 | 0 | 11100 | 100101100 | 1001001 | 101010 |
Color Harmonies of #B71DB8
Complementary color
Monochromatic Colors of #B71DB8
Black with #B71DB8
Text Example
Text Example
White with #B71DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DB8; }
p { color: rgb(183,29,184); }
H1.HeaderClassName
{
color: #B71DB8;
}
.AnyTagClassName
{
color: #B71DB8;
}
</style>
background-color css
<style>
a { background-color: #B71DB8; }
a { background-color: rgb(183,29,184); }
div.DivClassName
{
background-color: #B71DB8;
}
.BgClassName
{
background-color: #B71DB8;
}
</style>
border-color css
<style>
span { border-color: #B71DB8; }
span { border-color: rgb(183,29,184); }
td.TdClassName
{
border-color: #B71DB8;
}
.TagClassName
{
border-color: #B71DB8;
}
</style>