Shades of Deep Magenta #B407BE
Tints of Deep Magenta #B407BE
RGB
CMYK
RGB Variations
Color information
#B407BE (or 0xB407BE) is known color: Deep Magenta. HEX triplet: B4, 07 and BE. RGB value is (180,7,190). Sum of RGB (Red+Green+Blue) = 180+7+190=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #B407BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BE is #4BF841. Grayscale: #4F4F4F. Windows color (decimal): -4978754 or 12453812. OLE color: 12453812.
HSL color Cylindrical-coordinate representation of color #B407BE: hue angle of 296.72º 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 #B407BE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 7 | 190 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.25 |
| HSL | 296.72º | 0.93% | 0.39% | - |
| HSV(B) | 296.72º | 0.96% | 0.75% | - |
| XYZ | 28.19 | 13.57 | 49.85 | - |
| YUV | 79.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 190 | 0.05 | 0.96 | 0 | 0.25 | 296.72 | 0.93 | 0.39 |
| Hex | B4 | 7 | BE | 5 | 60 | 0 | 19 | 129 | 5D | 27 |
| Octal | 264 | 7 | 276 | 5 | 140 | 0 | 31 | 451 | 135 | 47 |
| Binary | 10110100 | 111 | 10111110 | 101 | 1100000 | 0 | 11001 | 100101001 | 1011101 | 100111 |
Color Harmonies of #B407BE
Complementary color
Monochromatic Colors of #B407BE
Black with #B407BE
Text Example
Text Example
White with #B407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407BE; }
p { color: rgb(180,7,190); }
H1.HeaderClassName
{
color: #B407BE;
}
.AnyTagClassName
{
color: #B407BE;
}
</style>
background-color css
<style>
a { background-color: #B407BE; }
a { background-color: rgb(180,7,190); }
div.DivClassName
{
background-color: #B407BE;
}
.BgClassName
{
background-color: #B407BE;
}
</style>
border-color css
<style>
span { border-color: #B407BE; }
span { border-color: rgb(180,7,190); }
td.TdClassName
{
border-color: #B407BE;
}
.TagClassName
{
border-color: #B407BE;
}
</style>