Shades of Deep Magenta #B417D3
Tints of Deep Magenta #B417D3
RGB
CMYK
RGB Variations
Color information
#B417D3 (or 0xB417D3) is known color: Deep Magenta. HEX triplet: B4, 17 and D3. RGB value is (180,23,211). Sum of RGB (Red+Green+Blue) = 180+23+211=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #B417D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417D3 is #4BE82C. Grayscale: #5A5A5A. Windows color (decimal): -4974637 or 13834164. OLE color: 13834164.
HSL color Cylindrical-coordinate representation of color #B417D3: hue angle of 290.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417D3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 23 | 211 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.17 |
| HSL | 290.11º | 0.8% | 0.46% | - |
| HSV(B) | 290.11º | 0.89% | 0.83% | - |
| XYZ | 30.89 | 15.02 | 62.9 | - |
| YUV | 91.38 | 195.51 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 211 | 0.15 | 0.89 | 0 | 0.17 | 290.11 | 0.8 | 0.46 |
| Hex | B4 | 17 | D3 | F | 59 | 0 | 11 | 122 | 50 | 2E |
| Octal | 264 | 27 | 323 | 17 | 131 | 0 | 21 | 442 | 120 | 56 |
| Binary | 10110100 | 10111 | 11010011 | 1111 | 1011001 | 0 | 10001 | 100100010 | 1010000 | 101110 |
Color Harmonies of #B417D3
Complementary color
Monochromatic Colors of #B417D3
Black with #B417D3
Text Example
Text Example
White with #B417D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417D3; }
p { color: rgb(180,23,211); }
H1.HeaderClassName
{
color: #B417D3;
}
.AnyTagClassName
{
color: #B417D3;
}
</style>
background-color css
<style>
a { background-color: #B417D3; }
a { background-color: rgb(180,23,211); }
div.DivClassName
{
background-color: #B417D3;
}
.BgClassName
{
background-color: #B417D3;
}
</style>
border-color css
<style>
span { border-color: #B417D3; }
span { border-color: rgb(180,23,211); }
td.TdClassName
{
border-color: #B417D3;
}
.TagClassName
{
border-color: #B417D3;
}
</style>