Shades of Deep Magenta #B41CBC
Tints of Deep Magenta #B41CBC
RGB
CMYK
RGB Variations
Color information
#B41CBC (or 0xB41CBC) is known color: Deep Magenta. HEX triplet: B4, 1C and BC. RGB value is (180,28,188). Sum of RGB (Red+Green+Blue) = 180+28+188=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B41CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CBC is #4BE343. Grayscale: #5B5B5B. Windows color (decimal): -4973380 or 12328116. OLE color: 12328116.
HSL color Cylindrical-coordinate representation of color #B41CBC: hue angle of 297º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41CBC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 28 | 188 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.26 |
| HSL | 297º | 0.74% | 0.42% | - |
| HSV(B) | 297º | 0.85% | 0.74% | - |
| XYZ | 28.31 | 14.16 | 48.82 | - |
| YUV | 91.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 188 | 0.04 | 0.85 | 0 | 0.26 | 297 | 0.74 | 0.42 |
| Hex | B4 | 1C | BC | 4 | 55 | 0 | 1A | 129 | 4A | 2A |
| Octal | 264 | 34 | 274 | 4 | 125 | 0 | 32 | 451 | 112 | 52 |
| Binary | 10110100 | 11100 | 10111100 | 100 | 1010101 | 0 | 11010 | 100101001 | 1001010 | 101010 |
Color Harmonies of #B41CBC
Complementary color
Monochromatic Colors of #B41CBC
Black with #B41CBC
Text Example
Text Example
White with #B41CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CBC; }
p { color: rgb(180,28,188); }
H1.HeaderClassName
{
color: #B41CBC;
}
.AnyTagClassName
{
color: #B41CBC;
}
</style>
background-color css
<style>
a { background-color: #B41CBC; }
a { background-color: rgb(180,28,188); }
div.DivClassName
{
background-color: #B41CBC;
}
.BgClassName
{
background-color: #B41CBC;
}
</style>
border-color css
<style>
span { border-color: #B41CBC; }
span { border-color: rgb(180,28,188); }
td.TdClassName
{
border-color: #B41CBC;
}
.TagClassName
{
border-color: #B41CBC;
}
</style>