Shades of Deep Magenta #B400C5
Tints of Deep Magenta #B400C5
RGB
CMYK
RGB Variations
Color information
#B400C5 (or 0xB400C5) is known color: Deep Magenta. HEX triplet: B4, 00 and C5. RGB value is (180,0,197). Sum of RGB (Red+Green+Blue) = 180+0+197=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #B400C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400C5 is #4BFF3A. Grayscale: #4B4B4B. Windows color (decimal): -4980539 or 12910772. OLE color: 12910772.
HSL color Cylindrical-coordinate representation of color #B400C5: hue angle of 294.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400C5 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 0 | 197 | - |
| CMYK | 0.09 | 1 | 0 | 0.23 |
| HSL | 294.82º | 1% | 0.39% | - |
| HSV(B) | 294.82º | 1% | 0.77% | - |
| XYZ | 28.9 | 13.73 | 53.95 | - |
| YUV | 76.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 197 | 0.09 | 1 | 0 | 0.23 | 294.82 | 1 | 0.39 |
| Hex | B4 | 0 | C5 | 9 | 64 | 0 | 17 | 127 | 64 | 27 |
| Octal | 264 | 0 | 305 | 11 | 144 | 0 | 27 | 447 | 144 | 47 |
| Binary | 10110100 | 0 | 11000101 | 1001 | 1100100 | 0 | 10111 | 100100111 | 1100100 | 100111 |
Color Harmonies of #B400C5
Complementary color
Monochromatic Colors of #B400C5
Black with #B400C5
Text Example
Text Example
White with #B400C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400C5; }
p { color: rgb(180,0,197); }
H1.HeaderClassName
{
color: #B400C5;
}
.AnyTagClassName
{
color: #B400C5;
}
</style>
background-color css
<style>
a { background-color: #B400C5; }
a { background-color: rgb(180,0,197); }
div.DivClassName
{
background-color: #B400C5;
}
.BgClassName
{
background-color: #B400C5;
}
</style>
border-color css
<style>
span { border-color: #B400C5; }
span { border-color: rgb(180,0,197); }
td.TdClassName
{
border-color: #B400C5;
}
.TagClassName
{
border-color: #B400C5;
}
</style>