Shades of Deep Magenta #B701C9
Tints of Deep Magenta #B701C9
RGB
CMYK
RGB Variations
Color information
#B701C9 (or 0xB701C9) is known color: Deep Magenta. HEX triplet: B7, 01 and C9. RGB value is (183,1,201). Sum of RGB (Red+Green+Blue) = 183+1+201=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #B701C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701C9 is #48FE36. Grayscale: #4D4D4D. Windows color (decimal): -4783671 or 13173175. OLE color: 13173175.
HSL color Cylindrical-coordinate representation of color #B701C9: hue angle of 294.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701C9 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 1 | 201 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.21 |
| HSL | 294.6º | 0.99% | 0.4% | - |
| HSV(B) | 294.6º | 1% | 0.79% | - |
| XYZ | 30.08 | 14.31 | 56.43 | - |
| YUV | 78.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 201 | 0.09 | 1.00 | 0 | 0.21 | 294.6 | 0.99 | 0.4 |
| Hex | B7 | 1 | C9 | 9 | 64 | 0 | 15 | 127 | 63 | 28 |
| Octal | 267 | 1 | 311 | 11 | 144 | 0 | 25 | 447 | 143 | 50 |
| Binary | 10110111 | 1 | 11001001 | 1001 | 1100100 | 0 | 10101 | 100100111 | 1100011 | 101000 |
Color Harmonies of #B701C9
Complementary color
Monochromatic Colors of #B701C9
Black with #B701C9
Text Example
Text Example
White with #B701C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701C9; }
p { color: rgb(183,1,201); }
H1.HeaderClassName
{
color: #B701C9;
}
.AnyTagClassName
{
color: #B701C9;
}
</style>
background-color css
<style>
a { background-color: #B701C9; }
a { background-color: rgb(183,1,201); }
div.DivClassName
{
background-color: #B701C9;
}
.BgClassName
{
background-color: #B701C9;
}
</style>
border-color css
<style>
span { border-color: #B701C9; }
span { border-color: rgb(183,1,201); }
td.TdClassName
{
border-color: #B701C9;
}
.TagClassName
{
border-color: #B701C9;
}
</style>