Shades of Deep Magenta #B71BCD
Tints of Deep Magenta #B71BCD
RGB
CMYK
RGB Variations
Color information
#B71BCD (or 0xB71BCD) is known color: Deep Magenta. HEX triplet: B7, 1B and CD. RGB value is (183,27,205). Sum of RGB (Red+Green+Blue) = 183+27+205=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BCD is #48E432. Grayscale: #5D5D5D. Windows color (decimal): -4777011 or 13441975. OLE color: 13441975.
HSL color Cylindrical-coordinate representation of color #B71BCD: hue angle of 292.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71BCD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 27 | 205 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.20 |
| HSL | 292.58º | 0.77% | 0.45% | - |
| HSV(B) | 292.58º | 0.87% | 0.8% | - |
| XYZ | 30.94 | 15.26 | 59.07 | - |
| YUV | 93.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 205 | 0.11 | 0.87 | 0 | 0.20 | 292.58 | 0.77 | 0.45 |
| Hex | B7 | 1B | CD | B | 57 | 0 | 14 | 125 | 4D | 2D |
| Octal | 267 | 33 | 315 | 13 | 127 | 0 | 24 | 445 | 115 | 55 |
| Binary | 10110111 | 11011 | 11001101 | 1011 | 1010111 | 0 | 10100 | 100100101 | 1001101 | 101101 |
Color Harmonies of #B71BCD
Complementary color
Monochromatic Colors of #B71BCD
Black with #B71BCD
Text Example
Text Example
White with #B71BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BCD; }
p { color: rgb(183,27,205); }
H1.HeaderClassName
{
color: #B71BCD;
}
.AnyTagClassName
{
color: #B71BCD;
}
</style>
background-color css
<style>
a { background-color: #B71BCD; }
a { background-color: rgb(183,27,205); }
div.DivClassName
{
background-color: #B71BCD;
}
.BgClassName
{
background-color: #B71BCD;
}
</style>
border-color css
<style>
span { border-color: #B71BCD; }
span { border-color: rgb(183,27,205); }
td.TdClassName
{
border-color: #B71BCD;
}
.TagClassName
{
border-color: #B71BCD;
}
</style>