Shades of Deep Magenta #B417BC
Tints of Deep Magenta #B417BC
RGB
CMYK
RGB Variations
Color information
#B417BC (or 0xB417BC) is known color: Deep Magenta. HEX triplet: B4, 17 and BC. RGB value is (180,23,188). Sum of RGB (Red+Green+Blue) = 180+23+188=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #B417BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417BC is #4BE843. Grayscale: #585858. Windows color (decimal): -4974660 or 12326836. OLE color: 12326836.
HSL color Cylindrical-coordinate representation of color #B417BC: hue angle of 297.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B417BC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 23 | 188 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.26 |
| HSL | 297.09º | 0.78% | 0.41% | - |
| HSV(B) | 297.09º | 0.88% | 0.74% | - |
| XYZ | 28.21 | 13.95 | 48.78 | - |
| YUV | 88.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 188 | 0.04 | 0.88 | 0 | 0.26 | 297.09 | 0.78 | 0.41 |
| Hex | B4 | 17 | BC | 4 | 58 | 0 | 1A | 129 | 4E | 29 |
| Octal | 264 | 27 | 274 | 4 | 130 | 0 | 32 | 451 | 116 | 51 |
| Binary | 10110100 | 10111 | 10111100 | 100 | 1011000 | 0 | 11010 | 100101001 | 1001110 | 101001 |
Color Harmonies of #B417BC
Complementary color
Monochromatic Colors of #B417BC
Black with #B417BC
Text Example
Text Example
White with #B417BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417BC; }
p { color: rgb(180,23,188); }
H1.HeaderClassName
{
color: #B417BC;
}
.AnyTagClassName
{
color: #B417BC;
}
</style>
background-color css
<style>
a { background-color: #B417BC; }
a { background-color: rgb(180,23,188); }
div.DivClassName
{
background-color: #B417BC;
}
.BgClassName
{
background-color: #B417BC;
}
</style>
border-color css
<style>
span { border-color: #B417BC; }
span { border-color: rgb(180,23,188); }
td.TdClassName
{
border-color: #B417BC;
}
.TagClassName
{
border-color: #B417BC;
}
</style>