Shades of Deep Magenta #B400B8
Tints of Deep Magenta #B400B8
RGB
CMYK
RGB Variations
Color information
#B400B8 (or 0xB400B8) is known color: Deep Magenta. HEX triplet: B4, 00 and B8. RGB value is (180,0,184). Sum of RGB (Red+Green+Blue) = 180+0+184=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #B400B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400B8 is #4BFF47. Grayscale: #4A4A4A. Windows color (decimal): -4980552 or 12058804. OLE color: 12058804.
HSL color Cylindrical-coordinate representation of color #B400B8: hue angle of 298.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400B8 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 0 | 184 | - |
| CMYK | 0.02 | 1 | 0 | 0.28 |
| HSL | 298.7º | 1% | 0.36% | - |
| HSV(B) | 298.7º | 1% | 0.72% | - |
| XYZ | 27.47 | 13.16 | 46.44 | - |
| YUV | 74.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 184 | 0.02 | 1 | 0 | 0.28 | 298.7 | 1 | 0.36 |
| Hex | B4 | 0 | B8 | 2 | 64 | 0 | 1C | 12B | 64 | 24 |
| Octal | 264 | 0 | 270 | 2 | 144 | 0 | 34 | 453 | 144 | 44 |
| Binary | 10110100 | 0 | 10111000 | 10 | 1100100 | 0 | 11100 | 100101011 | 1100100 | 100100 |
Color Harmonies of #B400B8
Complementary color
Monochromatic Colors of #B400B8
Black with #B400B8
Text Example
Text Example
White with #B400B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400B8; }
p { color: rgb(180,0,184); }
H1.HeaderClassName
{
color: #B400B8;
}
.AnyTagClassName
{
color: #B400B8;
}
</style>
background-color css
<style>
a { background-color: #B400B8; }
a { background-color: rgb(180,0,184); }
div.DivClassName
{
background-color: #B400B8;
}
.BgClassName
{
background-color: #B400B8;
}
</style>
border-color css
<style>
span { border-color: #B400B8; }
span { border-color: rgb(180,0,184); }
td.TdClassName
{
border-color: #B400B8;
}
.TagClassName
{
border-color: #B400B8;
}
</style>