Shades of Deep Magenta #B413B3
Tints of Deep Magenta #B413B3
RGB
CMYK
RGB Variations
Color information
#B413B3 (or 0xB413B3) is known color: Deep Magenta. HEX triplet: B4, 13 and B3. RGB value is (180,19,179). Sum of RGB (Red+Green+Blue) = 180+19+179=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B413B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413B3 is #4BEC4C. Grayscale: #545454. Windows color (decimal): -4975693 or 11735988. OLE color: 11735988.
HSL color Cylindrical-coordinate representation of color #B413B3: hue angle of 300.37º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413B3 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 179 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.29 |
| HSL | 300.37º | 0.81% | 0.39% | - |
| HSV(B) | 300.37º | 0.89% | 0.71% | - |
| XYZ | 27.19 | 13.42 | 43.81 | - |
| YUV | 85.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 179 | 0 | 0.89 | 0.01 | 0.29 | 300.37 | 0.81 | 0.39 |
| Hex | B4 | 13 | B3 | 0 | 59 | 1 | 1D | 12C | 51 | 27 |
| Octal | 264 | 23 | 263 | 0 | 131 | 1 | 35 | 454 | 121 | 47 |
| Binary | 10110100 | 10011 | 10110011 | 0 | 1011001 | 1 | 11101 | 100101100 | 1010001 | 100111 |
Color Harmonies of #B413B3
Complementary color
Monochromatic Colors of #B413B3
Black with #B413B3
Text Example
Text Example
White with #B413B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413B3; }
p { color: rgb(180,19,179); }
H1.HeaderClassName
{
color: #B413B3;
}
.AnyTagClassName
{
color: #B413B3;
}
</style>
background-color css
<style>
a { background-color: #B413B3; }
a { background-color: rgb(180,19,179); }
div.DivClassName
{
background-color: #B413B3;
}
.BgClassName
{
background-color: #B413B3;
}
</style>
border-color css
<style>
span { border-color: #B413B3; }
span { border-color: rgb(180,19,179); }
td.TdClassName
{
border-color: #B413B3;
}
.TagClassName
{
border-color: #B413B3;
}
</style>