Shades of Deep Magenta #B70ACF
Tints of Deep Magenta #B70ACF
RGB
CMYK
RGB Variations
Color information
#B70ACF (or 0xB70ACF) is known color: Deep Magenta. HEX triplet: B7, 0A and CF. RGB value is (183,10,207). Sum of RGB (Red+Green+Blue) = 183+10+207=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #B70ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ACF is #48F530. Grayscale: #535353. Windows color (decimal): -4781361 or 13568695. OLE color: 13568695.
HSL color Cylindrical-coordinate representation of color #B70ACF: hue angle of 292.69º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70ACF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 10 | 207 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.19 |
| HSL | 292.69º | 0.91% | 0.43% | - |
| HSV(B) | 292.69º | 0.95% | 0.81% | - |
| XYZ | 30.9 | 14.79 | 60.26 | - |
| YUV | 84.19 | 197.31 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 207 | 0.12 | 0.95 | 0 | 0.19 | 292.69 | 0.91 | 0.43 |
| Hex | B7 | A | CF | C | 5F | 0 | 13 | 125 | 5B | 2B |
| Octal | 267 | 12 | 317 | 14 | 137 | 0 | 23 | 445 | 133 | 53 |
| Binary | 10110111 | 1010 | 11001111 | 1100 | 1011111 | 0 | 10011 | 100100101 | 1011011 | 101011 |
Color Harmonies of #B70ACF
Complementary color
Monochromatic Colors of #B70ACF
Black with #B70ACF
Text Example
Text Example
White with #B70ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70ACF; }
p { color: rgb(183,10,207); }
H1.HeaderClassName
{
color: #B70ACF;
}
.AnyTagClassName
{
color: #B70ACF;
}
</style>
background-color css
<style>
a { background-color: #B70ACF; }
a { background-color: rgb(183,10,207); }
div.DivClassName
{
background-color: #B70ACF;
}
.BgClassName
{
background-color: #B70ACF;
}
</style>
border-color css
<style>
span { border-color: #B70ACF; }
span { border-color: rgb(183,10,207); }
td.TdClassName
{
border-color: #B70ACF;
}
.TagClassName
{
border-color: #B70ACF;
}
</style>