Shades of Deep Magenta #B700A8
Tints of Deep Magenta #B700A8
RGB
CMYK
RGB Variations
Color information
#B700A8 (or 0xB700A8) is known color: Deep Magenta. HEX triplet: B7, 00 and A8. RGB value is (183,0,168). Sum of RGB (Red+Green+Blue) = 183+0+168=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A8 is #48FF57. Grayscale: #494949. Windows color (decimal): -4783960 or 11010231. OLE color: 11010231.
HSL color Cylindrical-coordinate representation of color #B700A8: hue angle of 304.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700A8 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.08 | 0.28 |
| HSL | 304.92º | 1% | 0.36% | - |
| HSV(B) | 304.92º | 1% | 0.72% | - |
| XYZ | 26.6 | 12.89 | 38.13 | - |
| YUV | 73.87 | 181.13 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 168 | 0 | 1 | 0.08 | 0.28 | 304.92 | 1 | 0.36 |
| Hex | B7 | 0 | A8 | 0 | 64 | 8 | 1C | 131 | 64 | 24 |
| Octal | 267 | 0 | 250 | 0 | 144 | 10 | 34 | 461 | 144 | 44 |
| Binary | 10110111 | 0 | 10101000 | 0 | 1100100 | 1000 | 11100 | 100110001 | 1100100 | 100100 |
Color Harmonies of #B700A8
Complementary color
Monochromatic Colors of #B700A8
Black with #B700A8
Text Example
Text Example
White with #B700A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700A8; }
p { color: rgb(183,0,168); }
H1.HeaderClassName
{
color: #B700A8;
}
.AnyTagClassName
{
color: #B700A8;
}
</style>
background-color css
<style>
a { background-color: #B700A8; }
a { background-color: rgb(183,0,168); }
div.DivClassName
{
background-color: #B700A8;
}
.BgClassName
{
background-color: #B700A8;
}
</style>
border-color css
<style>
span { border-color: #B700A8; }
span { border-color: rgb(183,0,168); }
td.TdClassName
{
border-color: #B700A8;
}
.TagClassName
{
border-color: #B700A8;
}
</style>