Shades of Deep Magenta #B400B4
Tints of Deep Magenta #B400B4
RGB
CMYK
RGB Variations
Color information
#B400B4 (or 0xB400B4) is known color: Deep Magenta. HEX triplet: B4, 00 and B4. RGB value is (180,0,180). Sum of RGB (Red+Green+Blue) = 180+0+180=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B400B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400B4 is #4BFF4B. Grayscale: #494949. Windows color (decimal): -4980556 or 11796660. OLE color: 11796660.
HSL color Cylindrical-coordinate representation of color #B400B4: hue angle of 300º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400B4 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 180 | - |
| CMYK | 0 | 1 | 0 | 0.29 |
| HSL | 300º | 1% | 0.35% | - |
| HSV(B) | 300º | 1% | 0.71% | - |
| XYZ | 27.06 | 13 | 44.26 | - |
| YUV | 74.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 180 | 0 | 1 | 0 | 0.29 | 300 | 1 | 0.35 |
| Hex | B4 | 0 | B4 | 0 | 64 | 0 | 1D | 12C | 64 | 23 |
| Octal | 264 | 0 | 264 | 0 | 144 | 0 | 35 | 454 | 144 | 43 |
| Binary | 10110100 | 0 | 10110100 | 0 | 1100100 | 0 | 11101 | 100101100 | 1100100 | 100011 |
Color Harmonies of #B400B4
Complementary color
Monochromatic Colors of #B400B4
Black with #B400B4
Text Example
Text Example
White with #B400B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400B4; }
p { color: rgb(180,0,180); }
H1.HeaderClassName
{
color: #B400B4;
}
.AnyTagClassName
{
color: #B400B4;
}
</style>
background-color css
<style>
a { background-color: #B400B4; }
a { background-color: rgb(180,0,180); }
div.DivClassName
{
background-color: #B400B4;
}
.BgClassName
{
background-color: #B400B4;
}
</style>
border-color css
<style>
span { border-color: #B400B4; }
span { border-color: rgb(180,0,180); }
td.TdClassName
{
border-color: #B400B4;
}
.TagClassName
{
border-color: #B400B4;
}
</style>