Shades of Deep Magenta #B413BC
Tints of Deep Magenta #B413BC
RGB
CMYK
RGB Variations
Color information
#B413BC (or 0xB413BC) is known color: Deep Magenta. HEX triplet: B4, 13 and BC. RGB value is (180,19,188). Sum of RGB (Red+Green+Blue) = 180+19+188=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B413BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413BC is #4BEC43. Grayscale: #555555. Windows color (decimal): -4975684 or 12325812. OLE color: 12325812.
HSL color Cylindrical-coordinate representation of color #B413BC: hue angle of 297.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B413BC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 19 | 188 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.26 |
| HSL | 297.16º | 0.82% | 0.41% | - |
| HSV(B) | 297.16º | 0.9% | 0.74% | - |
| XYZ | 28.13 | 13.8 | 48.76 | - |
| YUV | 86.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 188 | 0.04 | 0.90 | 0 | 0.26 | 297.16 | 0.82 | 0.41 |
| Hex | B4 | 13 | BC | 4 | 5A | 0 | 1A | 129 | 52 | 29 |
| Octal | 264 | 23 | 274 | 4 | 132 | 0 | 32 | 451 | 122 | 51 |
| Binary | 10110100 | 10011 | 10111100 | 100 | 1011010 | 0 | 11010 | 100101001 | 1010010 | 101001 |
Color Harmonies of #B413BC
Complementary color
Monochromatic Colors of #B413BC
Black with #B413BC
Text Example
Text Example
White with #B413BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413BC; }
p { color: rgb(180,19,188); }
H1.HeaderClassName
{
color: #B413BC;
}
.AnyTagClassName
{
color: #B413BC;
}
</style>
background-color css
<style>
a { background-color: #B413BC; }
a { background-color: rgb(180,19,188); }
div.DivClassName
{
background-color: #B413BC;
}
.BgClassName
{
background-color: #B413BC;
}
</style>
border-color css
<style>
span { border-color: #B413BC; }
span { border-color: rgb(180,19,188); }
td.TdClassName
{
border-color: #B413BC;
}
.TagClassName
{
border-color: #B413BC;
}
</style>