Shades of Deep Magenta #B401BC
Tints of Deep Magenta #B401BC
RGB
CMYK
RGB Variations
Color information
#B401BC (or 0xB401BC) is known color: Deep Magenta. HEX triplet: B4, 01 and BC. RGB value is (180,1,188). Sum of RGB (Red+Green+Blue) = 180+1+188=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #B401BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401BC is #4BFE43. Grayscale: #4B4B4B. Windows color (decimal): -4980292 or 12321204. OLE color: 12321204.
HSL color Cylindrical-coordinate representation of color #B401BC: hue angle of 297.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401BC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 1 | 188 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.26 |
| HSL | 297.43º | 0.99% | 0.37% | - |
| HSV(B) | 297.43º | 0.99% | 0.74% | - |
| XYZ | 27.91 | 13.36 | 48.68 | - |
| YUV | 75.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 188 | 0.04 | 0.99 | 0 | 0.26 | 297.43 | 0.99 | 0.37 |
| Hex | B4 | 1 | BC | 4 | 63 | 0 | 1A | 129 | 63 | 25 |
| Octal | 264 | 1 | 274 | 4 | 143 | 0 | 32 | 451 | 143 | 45 |
| Binary | 10110100 | 1 | 10111100 | 100 | 1100011 | 0 | 11010 | 100101001 | 1100011 | 100101 |
Color Harmonies of #B401BC
Complementary color
Monochromatic Colors of #B401BC
Black with #B401BC
Text Example
Text Example
White with #B401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401BC; }
p { color: rgb(180,1,188); }
H1.HeaderClassName
{
color: #B401BC;
}
.AnyTagClassName
{
color: #B401BC;
}
</style>
background-color css
<style>
a { background-color: #B401BC; }
a { background-color: rgb(180,1,188); }
div.DivClassName
{
background-color: #B401BC;
}
.BgClassName
{
background-color: #B401BC;
}
</style>
border-color css
<style>
span { border-color: #B401BC; }
span { border-color: rgb(180,1,188); }
td.TdClassName
{
border-color: #B401BC;
}
.TagClassName
{
border-color: #B401BC;
}
</style>