Shades of Deep Magenta #B407CF
Tints of Deep Magenta #B407CF
RGB
CMYK
RGB Variations
Color information
#B407CF (or 0xB407CF) is known color: Deep Magenta. HEX triplet: B4, 07 and CF. RGB value is (180,7,207). Sum of RGB (Red+Green+Blue) = 180+7+207=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #B407CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407CF is #4BF830. Grayscale: #505050. Windows color (decimal): -4978737 or 13567924. OLE color: 13567924.
HSL color Cylindrical-coordinate representation of color #B407CF: hue angle of 291.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407CF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 7 | 207 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.19 |
| HSL | 291.9º | 0.93% | 0.42% | - |
| HSV(B) | 291.9º | 0.97% | 0.81% | - |
| XYZ | 30.16 | 14.36 | 60.21 | - |
| YUV | 81.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 207 | 0.13 | 0.97 | 0 | 0.19 | 291.9 | 0.93 | 0.42 |
| Hex | B4 | 7 | CF | D | 61 | 0 | 13 | 124 | 5D | 2A |
| Octal | 264 | 7 | 317 | 15 | 141 | 0 | 23 | 444 | 135 | 52 |
| Binary | 10110100 | 111 | 11001111 | 1101 | 1100001 | 0 | 10011 | 100100100 | 1011101 | 101010 |
Color Harmonies of #B407CF
Complementary color
Monochromatic Colors of #B407CF
Black with #B407CF
Text Example
Text Example
White with #B407CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407CF; }
p { color: rgb(180,7,207); }
H1.HeaderClassName
{
color: #B407CF;
}
.AnyTagClassName
{
color: #B407CF;
}
</style>
background-color css
<style>
a { background-color: #B407CF; }
a { background-color: rgb(180,7,207); }
div.DivClassName
{
background-color: #B407CF;
}
.BgClassName
{
background-color: #B407CF;
}
</style>
border-color css
<style>
span { border-color: #B407CF; }
span { border-color: rgb(180,7,207); }
td.TdClassName
{
border-color: #B407CF;
}
.TagClassName
{
border-color: #B407CF;
}
</style>