Shades of Deep Magenta #B400B7
Tints of Deep Magenta #B400B7
RGB
CMYK
RGB Variations
Color information
#B400B7 (or 0xB400B7) is known color: Deep Magenta. HEX triplet: B4, 00 and B7. RGB value is (180,0,183). Sum of RGB (Red+Green+Blue) = 180+0+183=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #B400B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400B7 is #4BFF48. Grayscale: #4A4A4A. Windows color (decimal): -4980553 or 11993268. OLE color: 11993268.
HSL color Cylindrical-coordinate representation of color #B400B7: hue angle of 299.02º 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 #B400B7 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 0 | 183 | - |
| CMYK | 0.02 | 1 | 0 | 0.28 |
| HSL | 299.02º | 1% | 0.36% | - |
| HSV(B) | 299.02º | 1% | 0.72% | - |
| XYZ | 27.37 | 13.12 | 45.89 | - |
| YUV | 74.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 183 | 0.02 | 1 | 0 | 0.28 | 299.02 | 1 | 0.36 |
| Hex | B4 | 0 | B7 | 2 | 64 | 0 | 1C | 12B | 64 | 24 |
| Octal | 264 | 0 | 267 | 2 | 144 | 0 | 34 | 453 | 144 | 44 |
| Binary | 10110100 | 0 | 10110111 | 10 | 1100100 | 0 | 11100 | 100101011 | 1100100 | 100100 |
Color Harmonies of #B400B7
Complementary color
Monochromatic Colors of #B400B7
Black with #B400B7
Text Example
Text Example
White with #B400B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400B7; }
p { color: rgb(180,0,183); }
H1.HeaderClassName
{
color: #B400B7;
}
.AnyTagClassName
{
color: #B400B7;
}
</style>
background-color css
<style>
a { background-color: #B400B7; }
a { background-color: rgb(180,0,183); }
div.DivClassName
{
background-color: #B400B7;
}
.BgClassName
{
background-color: #B400B7;
}
</style>
border-color css
<style>
span { border-color: #B400B7; }
span { border-color: rgb(180,0,183); }
td.TdClassName
{
border-color: #B400B7;
}
.TagClassName
{
border-color: #B400B7;
}
</style>