Shades of Deep Magenta #B407BF
Tints of Deep Magenta #B407BF
RGB
CMYK
RGB Variations
Color information
#B407BF (or 0xB407BF) is known color: Deep Magenta. HEX triplet: B4, 07 and BF. RGB value is (180,7,191). Sum of RGB (Red+Green+Blue) = 180+7+191=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #B407BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BF is #4BF840. Grayscale: #4F4F4F. Windows color (decimal): -4978753 or 12519348. OLE color: 12519348.
HSL color Cylindrical-coordinate representation of color #B407BF: hue angle of 296.41º 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 #B407BF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 7 | 191 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.25 |
| HSL | 296.41º | 0.93% | 0.39% | - |
| HSV(B) | 296.41º | 0.96% | 0.75% | - |
| XYZ | 28.3 | 13.62 | 50.43 | - |
| YUV | 79.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 191 | 0.06 | 0.96 | 0 | 0.25 | 296.41 | 0.93 | 0.39 |
| Hex | B4 | 7 | BF | 6 | 60 | 0 | 19 | 128 | 5D | 27 |
| Octal | 264 | 7 | 277 | 6 | 140 | 0 | 31 | 450 | 135 | 47 |
| Binary | 10110100 | 111 | 10111111 | 110 | 1100000 | 0 | 11001 | 100101000 | 1011101 | 100111 |
Color Harmonies of #B407BF
Complementary color
Monochromatic Colors of #B407BF
Black with #B407BF
Text Example
Text Example
White with #B407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407BF; }
p { color: rgb(180,7,191); }
H1.HeaderClassName
{
color: #B407BF;
}
.AnyTagClassName
{
color: #B407BF;
}
</style>
background-color css
<style>
a { background-color: #B407BF; }
a { background-color: rgb(180,7,191); }
div.DivClassName
{
background-color: #B407BF;
}
.BgClassName
{
background-color: #B407BF;
}
</style>
border-color css
<style>
span { border-color: #B407BF; }
span { border-color: rgb(180,7,191); }
td.TdClassName
{
border-color: #B407BF;
}
.TagClassName
{
border-color: #B407BF;
}
</style>