Shades of Deep Magenta #B70CCF
Tints of Deep Magenta #B70CCF
RGB
CMYK
RGB Variations
Color information
#B70CCF (or 0xB70CCF) is known color: Deep Magenta. HEX triplet: B7, 0C and CF. RGB value is (183,12,207). Sum of RGB (Red+Green+Blue) = 183+12+207=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B70CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CCF is #48F330. Grayscale: #545454. Windows color (decimal): -4780849 or 13569207. OLE color: 13569207.
HSL color Cylindrical-coordinate representation of color #B70CCF: hue angle of 292.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CCF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 12 | 207 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.19 |
| HSL | 292.62º | 0.89% | 0.43% | - |
| HSV(B) | 292.62º | 0.94% | 0.81% | - |
| XYZ | 30.92 | 14.84 | 60.27 | - |
| YUV | 85.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 207 | 0.12 | 0.94 | 0 | 0.19 | 292.62 | 0.89 | 0.43 |
| Hex | B7 | C | CF | C | 5E | 0 | 13 | 125 | 59 | 2B |
| Octal | 267 | 14 | 317 | 14 | 136 | 0 | 23 | 445 | 131 | 53 |
| Binary | 10110111 | 1100 | 11001111 | 1100 | 1011110 | 0 | 10011 | 100100101 | 1011001 | 101011 |
Color Harmonies of #B70CCF
Complementary color
Monochromatic Colors of #B70CCF
Black with #B70CCF
Text Example
Text Example
White with #B70CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CCF; }
p { color: rgb(183,12,207); }
H1.HeaderClassName
{
color: #B70CCF;
}
.AnyTagClassName
{
color: #B70CCF;
}
</style>
background-color css
<style>
a { background-color: #B70CCF; }
a { background-color: rgb(183,12,207); }
div.DivClassName
{
background-color: #B70CCF;
}
.BgClassName
{
background-color: #B70CCF;
}
</style>
border-color css
<style>
span { border-color: #B70CCF; }
span { border-color: rgb(183,12,207); }
td.TdClassName
{
border-color: #B70CCF;
}
.TagClassName
{
border-color: #B70CCF;
}
</style>