Shades of Deep Magenta #B417CF
Tints of Deep Magenta #B417CF
RGB
CMYK
RGB Variations
Color information
#B417CF (or 0xB417CF) is known color: Deep Magenta. HEX triplet: B4, 17 and CF. RGB value is (180,23,207). Sum of RGB (Red+Green+Blue) = 180+23+207=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #B417CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417CF is #4BE830. Grayscale: #5A5A5A. Windows color (decimal): -4974641 or 13572020. OLE color: 13572020.
HSL color Cylindrical-coordinate representation of color #B417CF: hue angle of 291.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417CF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 23 | 207 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.19 |
| HSL | 291.2º | 0.8% | 0.45% | - |
| HSV(B) | 291.2º | 0.89% | 0.81% | - |
| XYZ | 30.39 | 14.82 | 60.29 | - |
| YUV | 90.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 207 | 0.13 | 0.89 | 0 | 0.19 | 291.2 | 0.8 | 0.45 |
| Hex | B4 | 17 | CF | D | 59 | 0 | 13 | 123 | 50 | 2D |
| Octal | 264 | 27 | 317 | 15 | 131 | 0 | 23 | 443 | 120 | 55 |
| Binary | 10110100 | 10111 | 11001111 | 1101 | 1011001 | 0 | 10011 | 100100011 | 1010000 | 101101 |
Color Harmonies of #B417CF
Complementary color
Monochromatic Colors of #B417CF
Black with #B417CF
Text Example
Text Example
White with #B417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417CF; }
p { color: rgb(180,23,207); }
H1.HeaderClassName
{
color: #B417CF;
}
.AnyTagClassName
{
color: #B417CF;
}
</style>
background-color css
<style>
a { background-color: #B417CF; }
a { background-color: rgb(180,23,207); }
div.DivClassName
{
background-color: #B417CF;
}
.BgClassName
{
background-color: #B417CF;
}
</style>
border-color css
<style>
span { border-color: #B417CF; }
span { border-color: rgb(180,23,207); }
td.TdClassName
{
border-color: #B417CF;
}
.TagClassName
{
border-color: #B417CF;
}
</style>