Shades of Deep Magenta #B301CA
Tints of Deep Magenta #B301CA
RGB
CMYK
RGB Variations
Color information
#B301CA (or 0xB301CA) is known color: Deep Magenta. HEX triplet: B3, 01 and CA. RGB value is (179,1,202). Sum of RGB (Red+Green+Blue) = 179+1+202=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #B301CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301CA is #4CFE35. Grayscale: #4C4C4C. Windows color (decimal): -5045814 or 13238707. OLE color: 13238707.
HSL color Cylindrical-coordinate representation of color #B301CA: hue angle of 293.13º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301CA is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 1 | 202 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.21 |
| HSL | 293.13º | 0.99% | 0.4% | - |
| HSV(B) | 293.13º | 1% | 0.79% | - |
| XYZ | 29.26 | 13.87 | 57.01 | - |
| YUV | 77.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 202 | 0.11 | 1.00 | 0 | 0.21 | 293.13 | 0.99 | 0.4 |
| Hex | B3 | 1 | CA | B | 64 | 0 | 15 | 125 | 63 | 28 |
| Octal | 263 | 1 | 312 | 13 | 144 | 0 | 25 | 445 | 143 | 50 |
| Binary | 10110011 | 1 | 11001010 | 1011 | 1100100 | 0 | 10101 | 100100101 | 1100011 | 101000 |
Color Harmonies of #B301CA
Complementary color
Monochromatic Colors of #B301CA
Black with #B301CA
Text Example
Text Example
White with #B301CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301CA; }
p { color: rgb(179,1,202); }
H1.HeaderClassName
{
color: #B301CA;
}
.AnyTagClassName
{
color: #B301CA;
}
</style>
background-color css
<style>
a { background-color: #B301CA; }
a { background-color: rgb(179,1,202); }
div.DivClassName
{
background-color: #B301CA;
}
.BgClassName
{
background-color: #B301CA;
}
</style>
border-color css
<style>
span { border-color: #B301CA; }
span { border-color: rgb(179,1,202); }
td.TdClassName
{
border-color: #B301CA;
}
.TagClassName
{
border-color: #B301CA;
}
</style>