Shades of Deep Magenta #B31CBC
Tints of Deep Magenta #B31CBC
RGB
CMYK
RGB Variations
Color information
#B31CBC (or 0xB31CBC) is known color: Deep Magenta. HEX triplet: B3, 1C and BC. RGB value is (179,28,188). Sum of RGB (Red+Green+Blue) = 179+28+188=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #B31CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CBC is #4CE343. Grayscale: #5A5A5A. Windows color (decimal): -5038916 or 12328115. OLE color: 12328115.
HSL color Cylindrical-coordinate representation of color #B31CBC: hue angle of 296.62º 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 #B31CBC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 28 | 188 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.26 |
| HSL | 296.63º | 0.74% | 0.42% | - |
| HSV(B) | 296.63º | 0.85% | 0.74% | - |
| XYZ | 28.08 | 14.05 | 48.81 | - |
| YUV | 91.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 188 | 0.05 | 0.85 | 0 | 0.26 | 296.63 | 0.74 | 0.42 |
| Hex | B3 | 1C | BC | 5 | 55 | 0 | 1A | 129 | 4A | 2A |
| Octal | 263 | 34 | 274 | 5 | 125 | 0 | 32 | 451 | 112 | 52 |
| Binary | 10110011 | 11100 | 10111100 | 101 | 1010101 | 0 | 11010 | 100101001 | 1001010 | 101010 |
Color Harmonies of #B31CBC
Complementary color
Monochromatic Colors of #B31CBC
Black with #B31CBC
Text Example
Text Example
White with #B31CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CBC; }
p { color: rgb(179,28,188); }
H1.HeaderClassName
{
color: #B31CBC;
}
.AnyTagClassName
{
color: #B31CBC;
}
</style>
background-color css
<style>
a { background-color: #B31CBC; }
a { background-color: rgb(179,28,188); }
div.DivClassName
{
background-color: #B31CBC;
}
.BgClassName
{
background-color: #B31CBC;
}
</style>
border-color css
<style>
span { border-color: #B31CBC; }
span { border-color: rgb(179,28,188); }
td.TdClassName
{
border-color: #B31CBC;
}
.TagClassName
{
border-color: #B31CBC;
}
</style>