Shades of Deep Magenta #B41CBB
Tints of Deep Magenta #B41CBB
RGB
CMYK
RGB Variations
Color information
#B41CBB (or 0xB41CBB) is known color: Deep Magenta. HEX triplet: B4, 1C and BB. RGB value is (180,28,187). Sum of RGB (Red+Green+Blue) = 180+28+187=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #B41CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CBB is #4BE344. Grayscale: #5B5B5B. Windows color (decimal): -4973381 or 12262580. OLE color: 12262580.
HSL color Cylindrical-coordinate representation of color #B41CBB: hue angle of 297.36º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41CBB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 28 | 187 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.27 |
| HSL | 297.36º | 0.74% | 0.42% | - |
| HSV(B) | 297.36º | 0.85% | 0.73% | - |
| XYZ | 28.21 | 14.12 | 48.25 | - |
| YUV | 91.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 187 | 0.04 | 0.85 | 0 | 0.27 | 297.36 | 0.74 | 0.42 |
| Hex | B4 | 1C | BB | 4 | 55 | 0 | 1B | 129 | 4A | 2A |
| Octal | 264 | 34 | 273 | 4 | 125 | 0 | 33 | 451 | 112 | 52 |
| Binary | 10110100 | 11100 | 10111011 | 100 | 1010101 | 0 | 11011 | 100101001 | 1001010 | 101010 |
Color Harmonies of #B41CBB
Complementary color
Monochromatic Colors of #B41CBB
Black with #B41CBB
Text Example
Text Example
White with #B41CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CBB; }
p { color: rgb(180,28,187); }
H1.HeaderClassName
{
color: #B41CBB;
}
.AnyTagClassName
{
color: #B41CBB;
}
</style>
background-color css
<style>
a { background-color: #B41CBB; }
a { background-color: rgb(180,28,187); }
div.DivClassName
{
background-color: #B41CBB;
}
.BgClassName
{
background-color: #B41CBB;
}
</style>
border-color css
<style>
span { border-color: #B41CBB; }
span { border-color: rgb(180,28,187); }
td.TdClassName
{
border-color: #B41CBB;
}
.TagClassName
{
border-color: #B41CBB;
}
</style>