Shades of Deep Magenta #B41BCE
Tints of Deep Magenta #B41BCE
RGB
CMYK
RGB Variations
Color information
#B41BCE (or 0xB41BCE) is known color: Deep Magenta. HEX triplet: B4, 1B and CE. RGB value is (180,27,206). Sum of RGB (Red+Green+Blue) = 180+27+206=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #B41BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BCE is #4BE431. Grayscale: #5C5C5C. Windows color (decimal): -4973618 or 13507508. OLE color: 13507508.
HSL color Cylindrical-coordinate representation of color #B41BCE: hue angle of 291.28º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41BCE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 27 | 206 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.19 |
| HSL | 291.28º | 0.77% | 0.46% | - |
| HSV(B) | 291.28º | 0.87% | 0.81% | - |
| XYZ | 30.35 | 14.94 | 59.68 | - |
| YUV | 93.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 206 | 0.13 | 0.87 | 0 | 0.19 | 291.28 | 0.77 | 0.46 |
| Hex | B4 | 1B | CE | D | 57 | 0 | 13 | 123 | 4D | 2E |
| Octal | 264 | 33 | 316 | 15 | 127 | 0 | 23 | 443 | 115 | 56 |
| Binary | 10110100 | 11011 | 11001110 | 1101 | 1010111 | 0 | 10011 | 100100011 | 1001101 | 101110 |
Color Harmonies of #B41BCE
Complementary color
Monochromatic Colors of #B41BCE
Black with #B41BCE
Text Example
Text Example
White with #B41BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BCE; }
p { color: rgb(180,27,206); }
H1.HeaderClassName
{
color: #B41BCE;
}
.AnyTagClassName
{
color: #B41BCE;
}
</style>
background-color css
<style>
a { background-color: #B41BCE; }
a { background-color: rgb(180,27,206); }
div.DivClassName
{
background-color: #B41BCE;
}
.BgClassName
{
background-color: #B41BCE;
}
</style>
border-color css
<style>
span { border-color: #B41BCE; }
span { border-color: rgb(180,27,206); }
td.TdClassName
{
border-color: #B41BCE;
}
.TagClassName
{
border-color: #B41BCE;
}
</style>