Shades of Deep Magenta #B401C0
Tints of Deep Magenta #B401C0
RGB
CMYK
RGB Variations
Color information
#B401C0 (or 0xB401C0) is known color: Deep Magenta. HEX triplet: B4, 01 and C0. RGB value is (180,1,192). Sum of RGB (Red+Green+Blue) = 180+1+192=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #B401C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401C0 is #4BFE3F. Grayscale: #4B4B4B. Windows color (decimal): -4980288 or 12583348. OLE color: 12583348.
HSL color Cylindrical-coordinate representation of color #B401C0: hue angle of 296.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401C0 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 1 | 192 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.25 |
| HSL | 296.23º | 0.99% | 0.38% | - |
| HSV(B) | 296.23º | 0.99% | 0.75% | - |
| XYZ | 28.35 | 13.53 | 50.99 | - |
| YUV | 76.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 192 | 0.06 | 0.99 | 0 | 0.25 | 296.23 | 0.99 | 0.38 |
| Hex | B4 | 1 | C0 | 6 | 63 | 0 | 19 | 128 | 63 | 26 |
| Octal | 264 | 1 | 300 | 6 | 143 | 0 | 31 | 450 | 143 | 46 |
| Binary | 10110100 | 1 | 11000000 | 110 | 1100011 | 0 | 11001 | 100101000 | 1100011 | 100110 |
Color Harmonies of #B401C0
Complementary color
Monochromatic Colors of #B401C0
Black with #B401C0
Text Example
Text Example
White with #B401C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401C0; }
p { color: rgb(180,1,192); }
H1.HeaderClassName
{
color: #B401C0;
}
.AnyTagClassName
{
color: #B401C0;
}
</style>
background-color css
<style>
a { background-color: #B401C0; }
a { background-color: rgb(180,1,192); }
div.DivClassName
{
background-color: #B401C0;
}
.BgClassName
{
background-color: #B401C0;
}
</style>
border-color css
<style>
span { border-color: #B401C0; }
span { border-color: rgb(180,1,192); }
td.TdClassName
{
border-color: #B401C0;
}
.TagClassName
{
border-color: #B401C0;
}
</style>