Shades of Deep Magenta #B807DA
Tints of Deep Magenta #B807DA
RGB
CMYK
RGB Variations
Color information
#B807DA (or 0xB807DA) is known color: Deep Magenta. HEX triplet: B8, 07 and DA. RGB value is (184,7,218). Sum of RGB (Red+Green+Blue) = 184+7+218=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #B807DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807DA is #47F825. Grayscale: #535353. Windows color (decimal): -4716582 or 14288824. OLE color: 14288824.
HSL color Cylindrical-coordinate representation of color #B807DA: hue angle of 290.33º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807DA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 7 | 218 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.15 |
| HSL | 290.33º | 0.94% | 0.44% | - |
| HSV(B) | 290.33º | 0.97% | 0.85% | - |
| XYZ | 32.5 | 15.4 | 67.59 | - |
| YUV | 83.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 218 | 0.16 | 0.97 | 0 | 0.15 | 290.33 | 0.94 | 0.44 |
| Hex | B8 | 7 | DA | 10 | 61 | 0 | F | 122 | 5E | 2C |
| Octal | 270 | 7 | 332 | 20 | 141 | 0 | 17 | 442 | 136 | 54 |
| Binary | 10111000 | 111 | 11011010 | 10000 | 1100001 | 0 | 1111 | 100100010 | 1011110 | 101100 |
Color Harmonies of #B807DA
Complementary color
Monochromatic Colors of #B807DA
Black with #B807DA
Text Example
Text Example
White with #B807DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807DA; }
p { color: rgb(184,7,218); }
H1.HeaderClassName
{
color: #B807DA;
}
.AnyTagClassName
{
color: #B807DA;
}
</style>
background-color css
<style>
a { background-color: #B807DA; }
a { background-color: rgb(184,7,218); }
div.DivClassName
{
background-color: #B807DA;
}
.BgClassName
{
background-color: #B807DA;
}
</style>
border-color css
<style>
span { border-color: #B807DA; }
span { border-color: rgb(184,7,218); }
td.TdClassName
{
border-color: #B807DA;
}
.TagClassName
{
border-color: #B807DA;
}
</style>