Shades of Deep Magenta #B801CC
Tints of Deep Magenta #B801CC
RGB
CMYK
RGB Variations
Color information
#B801CC (or 0xB801CC) is known color: Deep Magenta. HEX triplet: B8, 01 and CC. RGB value is (184,1,204). Sum of RGB (Red+Green+Blue) = 184+1+204=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #B801CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801CC is #47FE33. Grayscale: #4E4E4E. Windows color (decimal): -4718132 or 13369784. OLE color: 13369784.
HSL color Cylindrical-coordinate representation of color #B801CC: hue angle of 294.09º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801CC is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 1 | 204 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.2 |
| HSL | 294.09º | 0.99% | 0.4% | - |
| HSV(B) | 294.09º | 1% | 0.8% | - |
| XYZ | 30.68 | 14.57 | 58.32 | - |
| YUV | 78.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 204 | 0.10 | 1.00 | 0 | 0.2 | 294.09 | 0.99 | 0.4 |
| Hex | B8 | 1 | CC | A | 64 | 0 | 14 | 126 | 63 | 28 |
| Octal | 270 | 1 | 314 | 12 | 144 | 0 | 24 | 446 | 143 | 50 |
| Binary | 10111000 | 1 | 11001100 | 1010 | 1100100 | 0 | 10100 | 100100110 | 1100011 | 101000 |
Color Harmonies of #B801CC
Complementary color
Monochromatic Colors of #B801CC
Black with #B801CC
Text Example
Text Example
White with #B801CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801CC; }
p { color: rgb(184,1,204); }
H1.HeaderClassName
{
color: #B801CC;
}
.AnyTagClassName
{
color: #B801CC;
}
</style>
background-color css
<style>
a { background-color: #B801CC; }
a { background-color: rgb(184,1,204); }
div.DivClassName
{
background-color: #B801CC;
}
.BgClassName
{
background-color: #B801CC;
}
</style>
border-color css
<style>
span { border-color: #B801CC; }
span { border-color: rgb(184,1,204); }
td.TdClassName
{
border-color: #B801CC;
}
.TagClassName
{
border-color: #B801CC;
}
</style>