Shades of Deep Magenta #B101CA
Tints of Deep Magenta #B101CA
RGB
CMYK
RGB Variations
Color information
#B101CA (or 0xB101CA) is known color: Deep Magenta. HEX triplet: B1, 01 and CA. RGB value is (177,1,202). Sum of RGB (Red+Green+Blue) = 177+1+202=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #B101CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101CA is #4EFE35. Grayscale: #4B4B4B. Windows color (decimal): -5176886 or 13238705. OLE color: 13238705.
HSL color Cylindrical-coordinate representation of color #B101CA: hue angle of 292.54º 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 #B101CA is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 1 | 202 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.21 |
| HSL | 292.54º | 0.99% | 0.4% | - |
| HSV(B) | 292.54º | 1% | 0.79% | - |
| XYZ | 28.8 | 13.63 | 56.99 | - |
| YUV | 76.54 | 198.81 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 202 | 0.12 | 1.00 | 0 | 0.21 | 292.54 | 0.99 | 0.4 |
| Hex | B1 | 1 | CA | C | 64 | 0 | 15 | 125 | 63 | 28 |
| Octal | 261 | 1 | 312 | 14 | 144 | 0 | 25 | 445 | 143 | 50 |
| Binary | 10110001 | 1 | 11001010 | 1100 | 1100100 | 0 | 10101 | 100100101 | 1100011 | 101000 |
Color Harmonies of #B101CA
Complementary color
Monochromatic Colors of #B101CA
Black with #B101CA
Text Example
Text Example
White with #B101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101CA; }
p { color: rgb(177,1,202); }
H1.HeaderClassName
{
color: #B101CA;
}
.AnyTagClassName
{
color: #B101CA;
}
</style>
background-color css
<style>
a { background-color: #B101CA; }
a { background-color: rgb(177,1,202); }
div.DivClassName
{
background-color: #B101CA;
}
.BgClassName
{
background-color: #B101CA;
}
</style>
border-color css
<style>
span { border-color: #B101CA; }
span { border-color: rgb(177,1,202); }
td.TdClassName
{
border-color: #B101CA;
}
.TagClassName
{
border-color: #B101CA;
}
</style>