Shades of Deep Magenta #B41DBB
Tints of Deep Magenta #B41DBB
RGB
CMYK
RGB Variations
Color information
#B41DBB (or 0xB41DBB) is known color: Deep Magenta. HEX triplet: B4, 1D and BB. RGB value is (180,29,187). Sum of RGB (Red+Green+Blue) = 180+29+187=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #B41DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DBB is #4BE244. Grayscale: #5B5B5B. Windows color (decimal): -4973125 or 12262836. OLE color: 12262836.
HSL color Cylindrical-coordinate representation of color #B41DBB: hue angle of 297.34º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41DBB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 29 | 187 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.27 |
| HSL | 297.34º | 0.73% | 0.42% | - |
| HSV(B) | 297.34º | 0.84% | 0.73% | - |
| XYZ | 28.23 | 14.17 | 48.26 | - |
| YUV | 92.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 187 | 0.04 | 0.84 | 0 | 0.27 | 297.34 | 0.73 | 0.42 |
| Hex | B4 | 1D | BB | 4 | 54 | 0 | 1B | 129 | 49 | 2A |
| Octal | 264 | 35 | 273 | 4 | 124 | 0 | 33 | 451 | 111 | 52 |
| Binary | 10110100 | 11101 | 10111011 | 100 | 1010100 | 0 | 11011 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B41DBB
Complementary color
Monochromatic Colors of #B41DBB
Black with #B41DBB
Text Example
Text Example
White with #B41DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DBB; }
p { color: rgb(180,29,187); }
H1.HeaderClassName
{
color: #B41DBB;
}
.AnyTagClassName
{
color: #B41DBB;
}
</style>
background-color css
<style>
a { background-color: #B41DBB; }
a { background-color: rgb(180,29,187); }
div.DivClassName
{
background-color: #B41DBB;
}
.BgClassName
{
background-color: #B41DBB;
}
</style>
border-color css
<style>
span { border-color: #B41DBB; }
span { border-color: rgb(180,29,187); }
td.TdClassName
{
border-color: #B41DBB;
}
.TagClassName
{
border-color: #B41DBB;
}
</style>