Shades of Deep Magenta #B80BCD
Tints of Deep Magenta #B80BCD
RGB
CMYK
RGB Variations
Color information
#B80BCD (or 0xB80BCD) is known color: Deep Magenta. HEX triplet: B8, 0B and CD. RGB value is (184,11,205). Sum of RGB (Red+Green+Blue) = 184+11+205=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #B80BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BCD is #47F432. Grayscale: #545454. Windows color (decimal): -4715571 or 13437880. OLE color: 13437880.
HSL color Cylindrical-coordinate representation of color #B80BCD: hue angle of 293.51º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BCD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 11 | 205 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.20 |
| HSL | 293.51º | 0.9% | 0.42% | - |
| HSV(B) | 293.51º | 0.95% | 0.8% | - |
| XYZ | 30.91 | 14.84 | 58.99 | - |
| YUV | 84.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 205 | 0.10 | 0.95 | 0 | 0.20 | 293.51 | 0.9 | 0.42 |
| Hex | B8 | B | CD | A | 5F | 0 | 14 | 126 | 5A | 2A |
| Octal | 270 | 13 | 315 | 12 | 137 | 0 | 24 | 446 | 132 | 52 |
| Binary | 10111000 | 1011 | 11001101 | 1010 | 1011111 | 0 | 10100 | 100100110 | 1011010 | 101010 |
Color Harmonies of #B80BCD
Complementary color
Monochromatic Colors of #B80BCD
Black with #B80BCD
Text Example
Text Example
White with #B80BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BCD; }
p { color: rgb(184,11,205); }
H1.HeaderClassName
{
color: #B80BCD;
}
.AnyTagClassName
{
color: #B80BCD;
}
</style>
background-color css
<style>
a { background-color: #B80BCD; }
a { background-color: rgb(184,11,205); }
div.DivClassName
{
background-color: #B80BCD;
}
.BgClassName
{
background-color: #B80BCD;
}
</style>
border-color css
<style>
span { border-color: #B80BCD; }
span { border-color: rgb(184,11,205); }
td.TdClassName
{
border-color: #B80BCD;
}
.TagClassName
{
border-color: #B80BCD;
}
</style>