Shades of Deep Magenta #B71CCF
Tints of Deep Magenta #B71CCF
RGB
CMYK
RGB Variations
Color information
#B71CCF (or 0xB71CCF) is known color: Deep Magenta. HEX triplet: B7, 1C and CF. RGB value is (183,28,207). Sum of RGB (Red+Green+Blue) = 183+28+207=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B71CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CCF is #48E330. Grayscale: #5E5E5E. Windows color (decimal): -4776753 or 13573303. OLE color: 13573303.
HSL color Cylindrical-coordinate representation of color #B71CCF: hue angle of 291.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71CCF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 28 | 207 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.19 |
| HSL | 291.96º | 0.76% | 0.46% | - |
| HSV(B) | 291.96º | 0.86% | 0.81% | - |
| XYZ | 31.21 | 15.4 | 60.36 | - |
| YUV | 94.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 207 | 0.12 | 0.86 | 0 | 0.19 | 291.96 | 0.76 | 0.46 |
| Hex | B7 | 1C | CF | C | 56 | 0 | 13 | 124 | 4C | 2E |
| Octal | 267 | 34 | 317 | 14 | 126 | 0 | 23 | 444 | 114 | 56 |
| Binary | 10110111 | 11100 | 11001111 | 1100 | 1010110 | 0 | 10011 | 100100100 | 1001100 | 101110 |
Color Harmonies of #B71CCF
Complementary color
Monochromatic Colors of #B71CCF
Black with #B71CCF
Text Example
Text Example
White with #B71CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CCF; }
p { color: rgb(183,28,207); }
H1.HeaderClassName
{
color: #B71CCF;
}
.AnyTagClassName
{
color: #B71CCF;
}
</style>
background-color css
<style>
a { background-color: #B71CCF; }
a { background-color: rgb(183,28,207); }
div.DivClassName
{
background-color: #B71CCF;
}
.BgClassName
{
background-color: #B71CCF;
}
</style>
border-color css
<style>
span { border-color: #B71CCF; }
span { border-color: rgb(183,28,207); }
td.TdClassName
{
border-color: #B71CCF;
}
.TagClassName
{
border-color: #B71CCF;
}
</style>