Shades of Deep Magenta #B80AD7
Tints of Deep Magenta #B80AD7
RGB
CMYK
RGB Variations
Color information
#B80AD7 (or 0xB80AD7) is known color: Deep Magenta. HEX triplet: B8, 0A and D7. RGB value is (184,10,215). Sum of RGB (Red+Green+Blue) = 184+10+215=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #B80AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AD7 is #47F528. Grayscale: #545454. Windows color (decimal): -4715817 or 14092984. OLE color: 14092984.
HSL color Cylindrical-coordinate representation of color #B80AD7: hue angle of 290.93º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80AD7 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 10 | 215 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.16 |
| HSL | 290.93º | 0.91% | 0.44% | - |
| HSV(B) | 290.93º | 0.95% | 0.84% | - |
| XYZ | 32.14 | 15.31 | 65.55 | - |
| YUV | 85.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 215 | 0.14 | 0.95 | 0 | 0.16 | 290.93 | 0.91 | 0.44 |
| Hex | B8 | A | D7 | E | 5F | 0 | 10 | 123 | 5B | 2C |
| Octal | 270 | 12 | 327 | 16 | 137 | 0 | 20 | 443 | 133 | 54 |
| Binary | 10111000 | 1010 | 11010111 | 1110 | 1011111 | 0 | 10000 | 100100011 | 1011011 | 101100 |
Color Harmonies of #B80AD7
Complementary color
Monochromatic Colors of #B80AD7
Black with #B80AD7
Text Example
Text Example
White with #B80AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AD7; }
p { color: rgb(184,10,215); }
H1.HeaderClassName
{
color: #B80AD7;
}
.AnyTagClassName
{
color: #B80AD7;
}
</style>
background-color css
<style>
a { background-color: #B80AD7; }
a { background-color: rgb(184,10,215); }
div.DivClassName
{
background-color: #B80AD7;
}
.BgClassName
{
background-color: #B80AD7;
}
</style>
border-color css
<style>
span { border-color: #B80AD7; }
span { border-color: rgb(184,10,215); }
td.TdClassName
{
border-color: #B80AD7;
}
.TagClassName
{
border-color: #B80AD7;
}
</style>