Shades of Deep Magenta #B407C8
Tints of Deep Magenta #B407C8
RGB
CMYK
RGB Variations
Color information
#B407C8 (or 0xB407C8) is known color: Deep Magenta. HEX triplet: B4, 07 and C8. RGB value is (180,7,200). Sum of RGB (Red+Green+Blue) = 180+7+200=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #B407C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407C8 is #4BF837. Grayscale: #505050. Windows color (decimal): -4978744 or 13109172. OLE color: 13109172.
HSL color Cylindrical-coordinate representation of color #B407C8: hue angle of 293.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407C8 is Cyan = 0.1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 7 | 200 | - |
| CMYK | 0.1 | 0.96 | 0 | 0.22 |
| HSL | 293.78º | 0.93% | 0.41% | - |
| HSV(B) | 293.78º | 0.97% | 0.78% | - |
| XYZ | 29.32 | 14.03 | 55.81 | - |
| YUV | 80.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 200 | 0.1 | 0.96 | 0 | 0.22 | 293.78 | 0.93 | 0.41 |
| Hex | B4 | 7 | C8 | A | 60 | 0 | 16 | 126 | 5D | 29 |
| Octal | 264 | 7 | 310 | 12 | 140 | 0 | 26 | 446 | 135 | 51 |
| Binary | 10110100 | 111 | 11001000 | 1010 | 1100000 | 0 | 10110 | 100100110 | 1011101 | 101001 |
Color Harmonies of #B407C8
Complementary color
Monochromatic Colors of #B407C8
Black with #B407C8
Text Example
Text Example
White with #B407C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407C8; }
p { color: rgb(180,7,200); }
H1.HeaderClassName
{
color: #B407C8;
}
.AnyTagClassName
{
color: #B407C8;
}
</style>
background-color css
<style>
a { background-color: #B407C8; }
a { background-color: rgb(180,7,200); }
div.DivClassName
{
background-color: #B407C8;
}
.BgClassName
{
background-color: #B407C8;
}
</style>
border-color css
<style>
span { border-color: #B407C8; }
span { border-color: rgb(180,7,200); }
td.TdClassName
{
border-color: #B407C8;
}
.TagClassName
{
border-color: #B407C8;
}
</style>