Shades of Deep Magenta #B401BA
Tints of Deep Magenta #B401BA
RGB
CMYK
RGB Variations
Color information
#B401BA (or 0xB401BA) is known color: Deep Magenta. HEX triplet: B4, 01 and BA. RGB value is (180,1,186). Sum of RGB (Red+Green+Blue) = 180+1+186=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #B401BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401BA is #4BFE45. Grayscale: #4B4B4B. Windows color (decimal): -4980294 or 12190132. OLE color: 12190132.
HSL color Cylindrical-coordinate representation of color #B401BA: hue angle of 298.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401BA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 1 | 186 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.05º | 0.99% | 0.37% | - |
| HSV(B) | 298.05º | 0.99% | 0.73% | - |
| XYZ | 27.7 | 13.27 | 47.56 | - |
| YUV | 75.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 186 | 0.03 | 0.99 | 0 | 0.27 | 298.05 | 0.99 | 0.37 |
| Hex | B4 | 1 | BA | 3 | 63 | 0 | 1B | 12A | 63 | 25 |
| Octal | 264 | 1 | 272 | 3 | 143 | 0 | 33 | 452 | 143 | 45 |
| Binary | 10110100 | 1 | 10111010 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100011 | 100101 |
Color Harmonies of #B401BA
Complementary color
Monochromatic Colors of #B401BA
Black with #B401BA
Text Example
Text Example
White with #B401BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401BA; }
p { color: rgb(180,1,186); }
H1.HeaderClassName
{
color: #B401BA;
}
.AnyTagClassName
{
color: #B401BA;
}
</style>
background-color css
<style>
a { background-color: #B401BA; }
a { background-color: rgb(180,1,186); }
div.DivClassName
{
background-color: #B401BA;
}
.BgClassName
{
background-color: #B401BA;
}
</style>
border-color css
<style>
span { border-color: #B401BA; }
span { border-color: rgb(180,1,186); }
td.TdClassName
{
border-color: #B401BA;
}
.TagClassName
{
border-color: #B401BA;
}
</style>