Shades of Deep Magenta #B800C0
Tints of Deep Magenta #B800C0
RGB
CMYK
RGB Variations
Color information
#B800C0 (or 0xB800C0) is known color: Deep Magenta. HEX triplet: B8, 00 and C0. RGB value is (184,0,192). Sum of RGB (Red+Green+Blue) = 184+0+192=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #B800C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800C0 is #47FF3F. Grayscale: #4C4C4C. Windows color (decimal): -4718400 or 12583096. OLE color: 12583096.
HSL color Cylindrical-coordinate representation of color #B800C0: hue angle of 297.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800C0 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 0 | 192 | - |
| CMYK | 0.04 | 1 | 0 | 0.25 |
| HSL | 297.5º | 1% | 0.38% | - |
| HSV(B) | 297.5º | 1% | 0.75% | - |
| XYZ | 29.28 | 14 | 51.03 | - |
| YUV | 76.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 192 | 0.04 | 1 | 0 | 0.25 | 297.5 | 1 | 0.38 |
| Hex | B8 | 0 | C0 | 4 | 64 | 0 | 19 | 12A | 64 | 26 |
| Octal | 270 | 0 | 300 | 4 | 144 | 0 | 31 | 452 | 144 | 46 |
| Binary | 10111000 | 0 | 11000000 | 100 | 1100100 | 0 | 11001 | 100101010 | 1100100 | 100110 |
Color Harmonies of #B800C0
Complementary color
Monochromatic Colors of #B800C0
Black with #B800C0
Text Example
Text Example
White with #B800C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800C0; }
p { color: rgb(184,0,192); }
H1.HeaderClassName
{
color: #B800C0;
}
.AnyTagClassName
{
color: #B800C0;
}
</style>
background-color css
<style>
a { background-color: #B800C0; }
a { background-color: rgb(184,0,192); }
div.DivClassName
{
background-color: #B800C0;
}
.BgClassName
{
background-color: #B800C0;
}
</style>
border-color css
<style>
span { border-color: #B800C0; }
span { border-color: rgb(184,0,192); }
td.TdClassName
{
border-color: #B800C0;
}
.TagClassName
{
border-color: #B800C0;
}
</style>