Shades of Deep Magenta #B800DA
Tints of Deep Magenta #B800DA
RGB
CMYK
RGB Variations
Color information
#B800DA (or 0xB800DA) is known color: Deep Magenta. HEX triplet: B8, 00 and DA. RGB value is (184,0,218). Sum of RGB (Red+Green+Blue) = 184+0+218=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B800DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800DA is #47FF25. Grayscale: #4F4F4F. Windows color (decimal): -4718374 or 14287032. OLE color: 14287032.
HSL color Cylindrical-coordinate representation of color #B800DA: hue angle of 290.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800DA is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 0 | 218 | - |
| CMYK | 0.16 | 1 | 0 | 0.15 |
| HSL | 290.64º | 1% | 0.43% | - |
| HSV(B) | 290.64º | 1% | 0.85% | - |
| XYZ | 32.42 | 15.25 | 67.56 | - |
| YUV | 79.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 218 | 0.16 | 1 | 0 | 0.15 | 290.64 | 1 | 0.43 |
| Hex | B8 | 0 | DA | 10 | 64 | 0 | F | 123 | 64 | 2B |
| Octal | 270 | 0 | 332 | 20 | 144 | 0 | 17 | 443 | 144 | 53 |
| Binary | 10111000 | 0 | 11011010 | 10000 | 1100100 | 0 | 1111 | 100100011 | 1100100 | 101011 |
Color Harmonies of #B800DA
Complementary color
Monochromatic Colors of #B800DA
Black with #B800DA
Text Example
Text Example
White with #B800DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800DA; }
p { color: rgb(184,0,218); }
H1.HeaderClassName
{
color: #B800DA;
}
.AnyTagClassName
{
color: #B800DA;
}
</style>
background-color css
<style>
a { background-color: #B800DA; }
a { background-color: rgb(184,0,218); }
div.DivClassName
{
background-color: #B800DA;
}
.BgClassName
{
background-color: #B800DA;
}
</style>
border-color css
<style>
span { border-color: #B800DA; }
span { border-color: rgb(184,0,218); }
td.TdClassName
{
border-color: #B800DA;
}
.TagClassName
{
border-color: #B800DA;
}
</style>