Shades of Deep Magenta #B301D0
Tints of Deep Magenta #B301D0
RGB
CMYK
RGB Variations
Color information
#B301D0 (or 0xB301D0) is known color: Deep Magenta. HEX triplet: B3, 01 and D0. RGB value is (179,1,208). Sum of RGB (Red+Green+Blue) = 179+1+208=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #B301D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301D0 is #4CFE2F. Grayscale: #4D4D4D. Windows color (decimal): -5045808 or 13631923. OLE color: 13631923.
HSL color Cylindrical-coordinate representation of color #B301D0: hue angle of 291.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301D0 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 1 | 208 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.18 |
| HSL | 291.59º | 0.99% | 0.41% | - |
| HSV(B) | 291.59º | 1% | 0.82% | - |
| XYZ | 29.99 | 14.16 | 60.83 | - |
| YUV | 77.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 208 | 0.14 | 1.00 | 0 | 0.18 | 291.59 | 0.99 | 0.41 |
| Hex | B3 | 1 | D0 | E | 64 | 0 | 12 | 124 | 63 | 29 |
| Octal | 263 | 1 | 320 | 16 | 144 | 0 | 22 | 444 | 143 | 51 |
| Binary | 10110011 | 1 | 11010000 | 1110 | 1100100 | 0 | 10010 | 100100100 | 1100011 | 101001 |
Color Harmonies of #B301D0
Complementary color
Monochromatic Colors of #B301D0
Black with #B301D0
Text Example
Text Example
White with #B301D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301D0; }
p { color: rgb(179,1,208); }
H1.HeaderClassName
{
color: #B301D0;
}
.AnyTagClassName
{
color: #B301D0;
}
</style>
background-color css
<style>
a { background-color: #B301D0; }
a { background-color: rgb(179,1,208); }
div.DivClassName
{
background-color: #B301D0;
}
.BgClassName
{
background-color: #B301D0;
}
</style>
border-color css
<style>
span { border-color: #B301D0; }
span { border-color: rgb(179,1,208); }
td.TdClassName
{
border-color: #B301D0;
}
.TagClassName
{
border-color: #B301D0;
}
</style>