Shades of Deep Magenta #B807DC
Tints of Deep Magenta #B807DC
RGB
CMYK
RGB Variations
Color information
#B807DC (or 0xB807DC) is known color: Deep Magenta. HEX triplet: B8, 07 and DC. RGB value is (184,7,220). Sum of RGB (Red+Green+Blue) = 184+7+220=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B807DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807DC is #47F823. Grayscale: #535353. Windows color (decimal): -4716580 or 14419896. OLE color: 14419896.
HSL color Cylindrical-coordinate representation of color #B807DC: hue angle of 289.86º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807DC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 7 | 220 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.14 |
| HSL | 289.86º | 0.94% | 0.45% | - |
| HSV(B) | 289.86º | 0.97% | 0.86% | - |
| XYZ | 32.76 | 15.51 | 68.98 | - |
| YUV | 84.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 220 | 0.16 | 0.97 | 0 | 0.14 | 289.86 | 0.94 | 0.45 |
| Hex | B8 | 7 | DC | 10 | 61 | 0 | E | 122 | 5E | 2D |
| Octal | 270 | 7 | 334 | 20 | 141 | 0 | 16 | 442 | 136 | 55 |
| Binary | 10111000 | 111 | 11011100 | 10000 | 1100001 | 0 | 1110 | 100100010 | 1011110 | 101101 |
Color Harmonies of #B807DC
Complementary color
Monochromatic Colors of #B807DC
Black with #B807DC
Text Example
Text Example
White with #B807DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807DC; }
p { color: rgb(184,7,220); }
H1.HeaderClassName
{
color: #B807DC;
}
.AnyTagClassName
{
color: #B807DC;
}
</style>
background-color css
<style>
a { background-color: #B807DC; }
a { background-color: rgb(184,7,220); }
div.DivClassName
{
background-color: #B807DC;
}
.BgClassName
{
background-color: #B807DC;
}
</style>
border-color css
<style>
span { border-color: #B807DC; }
span { border-color: rgb(184,7,220); }
td.TdClassName
{
border-color: #B807DC;
}
.TagClassName
{
border-color: #B807DC;
}
</style>