Shades of Deep Magenta #B71BCE
Tints of Deep Magenta #B71BCE
RGB
CMYK
RGB Variations
Color information
#B71BCE (or 0xB71BCE) is known color: Deep Magenta. HEX triplet: B7, 1B and CE. RGB value is (183,27,206). Sum of RGB (Red+Green+Blue) = 183+27+206=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B71BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BCE is #48E431. Grayscale: #5D5D5D. Windows color (decimal): -4777010 or 13507511. OLE color: 13507511.
HSL color Cylindrical-coordinate representation of color #B71BCE: hue angle of 292.29º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71BCE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 27 | 206 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.19 |
| HSL | 292.29º | 0.77% | 0.46% | - |
| HSV(B) | 292.29º | 0.87% | 0.81% | - |
| XYZ | 31.06 | 15.31 | 59.71 | - |
| YUV | 94.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 206 | 0.11 | 0.87 | 0 | 0.19 | 292.29 | 0.77 | 0.46 |
| Hex | B7 | 1B | CE | B | 57 | 0 | 13 | 124 | 4D | 2E |
| Octal | 267 | 33 | 316 | 13 | 127 | 0 | 23 | 444 | 115 | 56 |
| Binary | 10110111 | 11011 | 11001110 | 1011 | 1010111 | 0 | 10011 | 100100100 | 1001101 | 101110 |
Color Harmonies of #B71BCE
Complementary color
Monochromatic Colors of #B71BCE
Black with #B71BCE
Text Example
Text Example
White with #B71BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BCE; }
p { color: rgb(183,27,206); }
H1.HeaderClassName
{
color: #B71BCE;
}
.AnyTagClassName
{
color: #B71BCE;
}
</style>
background-color css
<style>
a { background-color: #B71BCE; }
a { background-color: rgb(183,27,206); }
div.DivClassName
{
background-color: #B71BCE;
}
.BgClassName
{
background-color: #B71BCE;
}
</style>
border-color css
<style>
span { border-color: #B71BCE; }
span { border-color: rgb(183,27,206); }
td.TdClassName
{
border-color: #B71BCE;
}
.TagClassName
{
border-color: #B71BCE;
}
</style>