Shades of Deep Magenta #B407B8
Tints of Deep Magenta #B407B8
RGB
CMYK
RGB Variations
Color information
#B407B8 (or 0xB407B8) is known color: Deep Magenta. HEX triplet: B4, 07 and B8. RGB value is (180,7,184). Sum of RGB (Red+Green+Blue) = 180+7+184=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #B407B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407B8 is #4BF847. Grayscale: #4E4E4E. Windows color (decimal): -4978760 or 12060596. OLE color: 12060596.
HSL color Cylindrical-coordinate representation of color #B407B8: hue angle of 298.64º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407B8 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 7 | 184 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.28 |
| HSL | 298.64º | 0.93% | 0.37% | - |
| HSV(B) | 298.64º | 0.96% | 0.72% | - |
| XYZ | 27.55 | 13.32 | 46.47 | - |
| YUV | 78.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 184 | 0.02 | 0.96 | 0 | 0.28 | 298.64 | 0.93 | 0.37 |
| Hex | B4 | 7 | B8 | 2 | 60 | 0 | 1C | 12B | 5D | 25 |
| Octal | 264 | 7 | 270 | 2 | 140 | 0 | 34 | 453 | 135 | 45 |
| Binary | 10110100 | 111 | 10111000 | 10 | 1100000 | 0 | 11100 | 100101011 | 1011101 | 100101 |
Color Harmonies of #B407B8
Complementary color
Monochromatic Colors of #B407B8
Black with #B407B8
Text Example
Text Example
White with #B407B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407B8; }
p { color: rgb(180,7,184); }
H1.HeaderClassName
{
color: #B407B8;
}
.AnyTagClassName
{
color: #B407B8;
}
</style>
background-color css
<style>
a { background-color: #B407B8; }
a { background-color: rgb(180,7,184); }
div.DivClassName
{
background-color: #B407B8;
}
.BgClassName
{
background-color: #B407B8;
}
</style>
border-color css
<style>
span { border-color: #B407B8; }
span { border-color: rgb(180,7,184); }
td.TdClassName
{
border-color: #B407B8;
}
.TagClassName
{
border-color: #B407B8;
}
</style>