Shades of Deep Magenta #B410B2
Tints of Deep Magenta #B410B2
RGB
CMYK
RGB Variations
Color information
#B410B2 (or 0xB410B2) is known color: Deep Magenta. HEX triplet: B4, 10 and B2. RGB value is (180,16,178). Sum of RGB (Red+Green+Blue) = 180+16+178=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B410B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410B2 is #4BEF4D. Grayscale: #535353. Windows color (decimal): -4976462 or 11669684. OLE color: 11669684.
HSL color Cylindrical-coordinate representation of color #B410B2: hue angle of 300.73º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410B2 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 178 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.29 |
| HSL | 300.73º | 0.84% | 0.38% | - |
| HSV(B) | 300.73º | 0.91% | 0.71% | - |
| XYZ | 27.04 | 13.29 | 43.26 | - |
| YUV | 83.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 178 | 0 | 0.91 | 0.01 | 0.29 | 300.73 | 0.84 | 0.38 |
| Hex | B4 | 10 | B2 | 0 | 5B | 1 | 1D | 12D | 54 | 26 |
| Octal | 264 | 20 | 262 | 0 | 133 | 1 | 35 | 455 | 124 | 46 |
| Binary | 10110100 | 10000 | 10110010 | 0 | 1011011 | 1 | 11101 | 100101101 | 1010100 | 100110 |
Color Harmonies of #B410B2
Complementary color
Monochromatic Colors of #B410B2
Black with #B410B2
Text Example
Text Example
White with #B410B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410B2; }
p { color: rgb(180,16,178); }
H1.HeaderClassName
{
color: #B410B2;
}
.AnyTagClassName
{
color: #B410B2;
}
</style>
background-color css
<style>
a { background-color: #B410B2; }
a { background-color: rgb(180,16,178); }
div.DivClassName
{
background-color: #B410B2;
}
.BgClassName
{
background-color: #B410B2;
}
</style>
border-color css
<style>
span { border-color: #B410B2; }
span { border-color: rgb(180,16,178); }
td.TdClassName
{
border-color: #B410B2;
}
.TagClassName
{
border-color: #B410B2;
}
</style>