Shades of Deep Magenta #B71CCC
Tints of Deep Magenta #B71CCC
RGB
CMYK
RGB Variations
Color information
#B71CCC (or 0xB71CCC) is known color: Deep Magenta. HEX triplet: B7, 1C and CC. RGB value is (183,28,204). Sum of RGB (Red+Green+Blue) = 183+28+204=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #B71CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CCC is #48E333. Grayscale: #5D5D5D. Windows color (decimal): -4776756 or 13376695. OLE color: 13376695.
HSL color Cylindrical-coordinate representation of color #B71CCC: hue angle of 292.84º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71CCC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 28 | 204 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.2 |
| HSL | 292.84º | 0.76% | 0.45% | - |
| HSV(B) | 292.84º | 0.86% | 0.8% | - |
| XYZ | 30.84 | 15.26 | 58.45 | - |
| YUV | 94.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 204 | 0.10 | 0.86 | 0 | 0.2 | 292.84 | 0.76 | 0.45 |
| Hex | B7 | 1C | CC | A | 56 | 0 | 14 | 125 | 4C | 2D |
| Octal | 267 | 34 | 314 | 12 | 126 | 0 | 24 | 445 | 114 | 55 |
| Binary | 10110111 | 11100 | 11001100 | 1010 | 1010110 | 0 | 10100 | 100100101 | 1001100 | 101101 |
Color Harmonies of #B71CCC
Complementary color
Monochromatic Colors of #B71CCC
Black with #B71CCC
Text Example
Text Example
White with #B71CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CCC; }
p { color: rgb(183,28,204); }
H1.HeaderClassName
{
color: #B71CCC;
}
.AnyTagClassName
{
color: #B71CCC;
}
</style>
background-color css
<style>
a { background-color: #B71CCC; }
a { background-color: rgb(183,28,204); }
div.DivClassName
{
background-color: #B71CCC;
}
.BgClassName
{
background-color: #B71CCC;
}
</style>
border-color css
<style>
span { border-color: #B71CCC; }
span { border-color: rgb(183,28,204); }
td.TdClassName
{
border-color: #B71CCC;
}
.TagClassName
{
border-color: #B71CCC;
}
</style>