Shades of Deep Magenta #B407C0
Tints of Deep Magenta #B407C0
RGB
CMYK
RGB Variations
Color information
#B407C0 (or 0xB407C0) is known color: Deep Magenta. HEX triplet: B4, 07 and C0. RGB value is (180,7,192). Sum of RGB (Red+Green+Blue) = 180+7+192=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #B407C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407C0 is #4BF83F. Grayscale: #4F4F4F. Windows color (decimal): -4978752 or 12584884. OLE color: 12584884.
HSL color Cylindrical-coordinate representation of color #B407C0: hue angle of 296.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407C0 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 7 | 192 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.25 |
| HSL | 296.11º | 0.93% | 0.39% | - |
| HSV(B) | 296.11º | 0.96% | 0.75% | - |
| XYZ | 28.41 | 13.66 | 51.01 | - |
| YUV | 79.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 192 | 0.06 | 0.96 | 0 | 0.25 | 296.11 | 0.93 | 0.39 |
| Hex | B4 | 7 | C0 | 6 | 60 | 0 | 19 | 128 | 5D | 27 |
| Octal | 264 | 7 | 300 | 6 | 140 | 0 | 31 | 450 | 135 | 47 |
| Binary | 10110100 | 111 | 11000000 | 110 | 1100000 | 0 | 11001 | 100101000 | 1011101 | 100111 |
Color Harmonies of #B407C0
Complementary color
Monochromatic Colors of #B407C0
Black with #B407C0
Text Example
Text Example
White with #B407C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407C0; }
p { color: rgb(180,7,192); }
H1.HeaderClassName
{
color: #B407C0;
}
.AnyTagClassName
{
color: #B407C0;
}
</style>
background-color css
<style>
a { background-color: #B407C0; }
a { background-color: rgb(180,7,192); }
div.DivClassName
{
background-color: #B407C0;
}
.BgClassName
{
background-color: #B407C0;
}
</style>
border-color css
<style>
span { border-color: #B407C0; }
span { border-color: rgb(180,7,192); }
td.TdClassName
{
border-color: #B407C0;
}
.TagClassName
{
border-color: #B407C0;
}
</style>