Shades of Deep Magenta #B701AC
Tints of Deep Magenta #B701AC
RGB
CMYK
RGB Variations
Color information
#B701AC (or 0xB701AC) is known color: Deep Magenta. HEX triplet: B7, 01 and AC. RGB value is (183,1,172). Sum of RGB (Red+Green+Blue) = 183+1+172=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B701AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B701AC is #48FE53. Grayscale: #4A4A4A. Windows color (decimal): -4783700 or 11272631. OLE color: 11272631.
HSL color Cylindrical-coordinate representation of color #B701AC: hue angle of 303.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B701AC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.28 |
| HSL | 303.63º | 0.99% | 0.36% | - |
| HSV(B) | 303.63º | 0.99% | 0.72% | - |
| XYZ | 26.99 | 13.07 | 40.13 | - |
| YUV | 74.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 172 | 0 | 0.99 | 0.06 | 0.28 | 303.63 | 0.99 | 0.36 |
| Hex | B7 | 1 | AC | 0 | 63 | 6 | 1C | 130 | 63 | 24 |
| Octal | 267 | 1 | 254 | 0 | 143 | 6 | 34 | 460 | 143 | 44 |
| Binary | 10110111 | 1 | 10101100 | 0 | 1100011 | 110 | 11100 | 100110000 | 1100011 | 100100 |
Color Harmonies of #B701AC
Complementary color
Monochromatic Colors of #B701AC
Black with #B701AC
Text Example
Text Example
White with #B701AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701AC; }
p { color: rgb(183,1,172); }
H1.HeaderClassName
{
color: #B701AC;
}
.AnyTagClassName
{
color: #B701AC;
}
</style>
background-color css
<style>
a { background-color: #B701AC; }
a { background-color: rgb(183,1,172); }
div.DivClassName
{
background-color: #B701AC;
}
.BgClassName
{
background-color: #B701AC;
}
</style>
border-color css
<style>
span { border-color: #B701AC; }
span { border-color: rgb(183,1,172); }
td.TdClassName
{
border-color: #B701AC;
}
.TagClassName
{
border-color: #B701AC;
}
</style>