Shades of Deep Magenta #B80ADF
Tints of Deep Magenta #B80ADF
RGB
CMYK
RGB Variations
Color information
#B80ADF (or 0xB80ADF) is known color: Deep Magenta. HEX triplet: B8, 0A and DF. RGB value is (184,10,223). Sum of RGB (Red+Green+Blue) = 184+10+223=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ADF is #47F520. Grayscale: #555555. Windows color (decimal): -4715809 or 14617272. OLE color: 14617272.
HSL color Cylindrical-coordinate representation of color #B80ADF: hue angle of 289.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80ADF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 10 | 223 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.01º | 0.91% | 0.46% | - |
| HSV(B) | 289.01º | 0.96% | 0.87% | - |
| XYZ | 33.19 | 15.74 | 71.1 | - |
| YUV | 86.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 223 | 0.17 | 0.96 | 0 | 0.13 | 289.01 | 0.91 | 0.46 |
| Hex | B8 | A | DF | 11 | 60 | 0 | D | 121 | 5B | 2E |
| Octal | 270 | 12 | 337 | 21 | 140 | 0 | 15 | 441 | 133 | 56 |
| Binary | 10111000 | 1010 | 11011111 | 10001 | 1100000 | 0 | 1101 | 100100001 | 1011011 | 101110 |
Color Harmonies of #B80ADF
Complementary color
Monochromatic Colors of #B80ADF
Black with #B80ADF
Text Example
Text Example
White with #B80ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ADF; }
p { color: rgb(184,10,223); }
H1.HeaderClassName
{
color: #B80ADF;
}
.AnyTagClassName
{
color: #B80ADF;
}
</style>
background-color css
<style>
a { background-color: #B80ADF; }
a { background-color: rgb(184,10,223); }
div.DivClassName
{
background-color: #B80ADF;
}
.BgClassName
{
background-color: #B80ADF;
}
</style>
border-color css
<style>
span { border-color: #B80ADF; }
span { border-color: rgb(184,10,223); }
td.TdClassName
{
border-color: #B80ADF;
}
.TagClassName
{
border-color: #B80ADF;
}
</style>