Shades of Deep Magenta #B413CF
Tints of Deep Magenta #B413CF
RGB
CMYK
RGB Variations
Color information
#B413CF (or 0xB413CF) is known color: Deep Magenta. HEX triplet: B4, 13 and CF. RGB value is (180,19,207). Sum of RGB (Red+Green+Blue) = 180+19+207=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B413CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413CF is #4BEC30. Grayscale: #575757. Windows color (decimal): -4975665 or 13570996. OLE color: 13570996.
HSL color Cylindrical-coordinate representation of color #B413CF: hue angle of 291.38º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B413CF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 19 | 207 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.19 |
| HSL | 291.38º | 0.83% | 0.44% | - |
| HSV(B) | 291.38º | 0.91% | 0.81% | - |
| XYZ | 30.32 | 14.67 | 60.27 | - |
| YUV | 88.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 207 | 0.13 | 0.91 | 0 | 0.19 | 291.38 | 0.83 | 0.44 |
| Hex | B4 | 13 | CF | D | 5B | 0 | 13 | 123 | 53 | 2C |
| Octal | 264 | 23 | 317 | 15 | 133 | 0 | 23 | 443 | 123 | 54 |
| Binary | 10110100 | 10011 | 11001111 | 1101 | 1011011 | 0 | 10011 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B413CF
Complementary color
Monochromatic Colors of #B413CF
Black with #B413CF
Text Example
Text Example
White with #B413CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413CF; }
p { color: rgb(180,19,207); }
H1.HeaderClassName
{
color: #B413CF;
}
.AnyTagClassName
{
color: #B413CF;
}
</style>
background-color css
<style>
a { background-color: #B413CF; }
a { background-color: rgb(180,19,207); }
div.DivClassName
{
background-color: #B413CF;
}
.BgClassName
{
background-color: #B413CF;
}
</style>
border-color css
<style>
span { border-color: #B413CF; }
span { border-color: rgb(180,19,207); }
td.TdClassName
{
border-color: #B413CF;
}
.TagClassName
{
border-color: #B413CF;
}
</style>