Shades of Deep Magenta #B700A7
Tints of Deep Magenta #B700A7
RGB
CMYK
RGB Variations
Color information
#B700A7 (or 0xB700A7) is known color: Deep Magenta. HEX triplet: B7, 00 and A7. RGB value is (183,0,167). Sum of RGB (Red+Green+Blue) = 183+0+167=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A7 is #48FF58. Grayscale: #494949. Windows color (decimal): -4783961 or 10944695. OLE color: 10944695.
HSL color Cylindrical-coordinate representation of color #B700A7: hue angle of 305.25º 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 #B700A7 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.09 | 0.28 |
| HSL | 305.25º | 1% | 0.36% | - |
| HSV(B) | 305.25º | 1% | 0.72% | - |
| XYZ | 26.5 | 12.86 | 37.64 | - |
| YUV | 73.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 167 | 0 | 1 | 0.09 | 0.28 | 305.25 | 1 | 0.36 |
| Hex | B7 | 0 | A7 | 0 | 64 | 9 | 1C | 131 | 64 | 24 |
| Octal | 267 | 0 | 247 | 0 | 144 | 11 | 34 | 461 | 144 | 44 |
| Binary | 10110111 | 0 | 10100111 | 0 | 1100100 | 1001 | 11100 | 100110001 | 1100100 | 100100 |
Color Harmonies of #B700A7
Complementary color
Monochromatic Colors of #B700A7
Black with #B700A7
Text Example
Text Example
White with #B700A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700A7; }
p { color: rgb(183,0,167); }
H1.HeaderClassName
{
color: #B700A7;
}
.AnyTagClassName
{
color: #B700A7;
}
</style>
background-color css
<style>
a { background-color: #B700A7; }
a { background-color: rgb(183,0,167); }
div.DivClassName
{
background-color: #B700A7;
}
.BgClassName
{
background-color: #B700A7;
}
</style>
border-color css
<style>
span { border-color: #B700A7; }
span { border-color: rgb(183,0,167); }
td.TdClassName
{
border-color: #B700A7;
}
.TagClassName
{
border-color: #B700A7;
}
</style>