Shades of Deep Magenta #B80DC3
Tints of Deep Magenta #B80DC3
RGB
CMYK
RGB Variations
Color information
#B80DC3 (or 0xB80DC3) is known color: Deep Magenta. HEX triplet: B8, 0D and C3. RGB value is (184,13,195). Sum of RGB (Red+Green+Blue) = 184+13+195=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #B80DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DC3 is #47F23C. Grayscale: #545454. Windows color (decimal): -4715069 or 12783032. OLE color: 12783032.
HSL color Cylindrical-coordinate representation of color #B80DC3: hue angle of 296.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DC3 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 13 | 195 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.24 |
| HSL | 296.37º | 0.88% | 0.41% | - |
| HSV(B) | 296.37º | 0.93% | 0.76% | - |
| XYZ | 29.76 | 14.42 | 52.84 | - |
| YUV | 84.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 195 | 0.06 | 0.93 | 0 | 0.24 | 296.37 | 0.88 | 0.41 |
| Hex | B8 | D | C3 | 6 | 5D | 0 | 18 | 128 | 58 | 29 |
| Octal | 270 | 15 | 303 | 6 | 135 | 0 | 30 | 450 | 130 | 51 |
| Binary | 10111000 | 1101 | 11000011 | 110 | 1011101 | 0 | 11000 | 100101000 | 1011000 | 101001 |
Color Harmonies of #B80DC3
Complementary color
Monochromatic Colors of #B80DC3
Black with #B80DC3
Text Example
Text Example
White with #B80DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DC3; }
p { color: rgb(184,13,195); }
H1.HeaderClassName
{
color: #B80DC3;
}
.AnyTagClassName
{
color: #B80DC3;
}
</style>
background-color css
<style>
a { background-color: #B80DC3; }
a { background-color: rgb(184,13,195); }
div.DivClassName
{
background-color: #B80DC3;
}
.BgClassName
{
background-color: #B80DC3;
}
</style>
border-color css
<style>
span { border-color: #B80DC3; }
span { border-color: rgb(184,13,195); }
td.TdClassName
{
border-color: #B80DC3;
}
.TagClassName
{
border-color: #B80DC3;
}
</style>