Shades of Deep Magenta #B400B2
Tints of Deep Magenta #B400B2
RGB
CMYK
RGB Variations
Color information
#B400B2 (or 0xB400B2) is known color: Deep Magenta. HEX triplet: B4, 00 and B2. RGB value is (180,0,178). Sum of RGB (Red+Green+Blue) = 180+0+178=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B400B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400B2 is #4BFF4D. Grayscale: #494949. Windows color (decimal): -4980558 or 11665588. OLE color: 11665588.
HSL color Cylindrical-coordinate representation of color #B400B2: hue angle of 300.67º 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 #B400B2 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.01 | 0.29 |
| HSL | 300.67º | 1% | 0.35% | - |
| HSV(B) | 300.67º | 1% | 0.71% | - |
| XYZ | 26.86 | 12.92 | 43.2 | - |
| YUV | 74.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 178 | 0 | 1 | 0.01 | 0.29 | 300.67 | 1 | 0.35 |
| Hex | B4 | 0 | B2 | 0 | 64 | 1 | 1D | 12D | 64 | 23 |
| Octal | 264 | 0 | 262 | 0 | 144 | 1 | 35 | 455 | 144 | 43 |
| Binary | 10110100 | 0 | 10110010 | 0 | 1100100 | 1 | 11101 | 100101101 | 1100100 | 100011 |
Color Harmonies of #B400B2
Complementary color
Monochromatic Colors of #B400B2
Black with #B400B2
Text Example
Text Example
White with #B400B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400B2; }
p { color: rgb(180,0,178); }
H1.HeaderClassName
{
color: #B400B2;
}
.AnyTagClassName
{
color: #B400B2;
}
</style>
background-color css
<style>
a { background-color: #B400B2; }
a { background-color: rgb(180,0,178); }
div.DivClassName
{
background-color: #B400B2;
}
.BgClassName
{
background-color: #B400B2;
}
</style>
border-color css
<style>
span { border-color: #B400B2; }
span { border-color: rgb(180,0,178); }
td.TdClassName
{
border-color: #B400B2;
}
.TagClassName
{
border-color: #B400B2;
}
</style>