Shades of Deep Magenta #B801C5
Tints of Deep Magenta #B801C5
RGB
CMYK
RGB Variations
Color information
#B801C5 (or 0xB801C5) is known color: Deep Magenta. HEX triplet: B8, 01 and C5. RGB value is (184,1,197). Sum of RGB (Red+Green+Blue) = 184+1+197=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #B801C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801C5 is #47FE3A. Grayscale: #4D4D4D. Windows color (decimal): -4718139 or 12911032. OLE color: 12911032.
HSL color Cylindrical-coordinate representation of color #B801C5: hue angle of 296.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801C5 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 1 | 197 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.23 |
| HSL | 296.02º | 0.99% | 0.39% | - |
| HSV(B) | 296.02º | 0.99% | 0.77% | - |
| XYZ | 29.86 | 14.24 | 54 | - |
| YUV | 78.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 197 | 0.07 | 0.99 | 0 | 0.23 | 296.02 | 0.99 | 0.39 |
| Hex | B8 | 1 | C5 | 7 | 63 | 0 | 17 | 128 | 63 | 27 |
| Octal | 270 | 1 | 305 | 7 | 143 | 0 | 27 | 450 | 143 | 47 |
| Binary | 10111000 | 1 | 11000101 | 111 | 1100011 | 0 | 10111 | 100101000 | 1100011 | 100111 |
Color Harmonies of #B801C5
Complementary color
Monochromatic Colors of #B801C5
Black with #B801C5
Text Example
Text Example
White with #B801C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801C5; }
p { color: rgb(184,1,197); }
H1.HeaderClassName
{
color: #B801C5;
}
.AnyTagClassName
{
color: #B801C5;
}
</style>
background-color css
<style>
a { background-color: #B801C5; }
a { background-color: rgb(184,1,197); }
div.DivClassName
{
background-color: #B801C5;
}
.BgClassName
{
background-color: #B801C5;
}
</style>
border-color css
<style>
span { border-color: #B801C5; }
span { border-color: rgb(184,1,197); }
td.TdClassName
{
border-color: #B801C5;
}
.TagClassName
{
border-color: #B801C5;
}
</style>