Shades of Deep Magenta #B817C1
Tints of Deep Magenta #B817C1
RGB
CMYK
RGB Variations
Color information
#B817C1 (or 0xB817C1) is known color: Deep Magenta. HEX triplet: B8, 17 and C1. RGB value is (184,23,193). Sum of RGB (Red+Green+Blue) = 184+23+193=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #B817C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817C1 is #47E83E. Grayscale: #5A5A5A. Windows color (decimal): -4712511 or 12654520. OLE color: 12654520.
HSL color Cylindrical-coordinate representation of color #B817C1: hue angle of 296.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817C1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 23 | 193 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.24 |
| HSL | 296.82º | 0.79% | 0.42% | - |
| HSV(B) | 296.82º | 0.88% | 0.76% | - |
| XYZ | 29.7 | 14.65 | 51.72 | - |
| YUV | 90.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 193 | 0.05 | 0.88 | 0 | 0.24 | 296.82 | 0.79 | 0.42 |
| Hex | B8 | 17 | C1 | 5 | 58 | 0 | 18 | 129 | 4F | 2A |
| Octal | 270 | 27 | 301 | 5 | 130 | 0 | 30 | 451 | 117 | 52 |
| Binary | 10111000 | 10111 | 11000001 | 101 | 1011000 | 0 | 11000 | 100101001 | 1001111 | 101010 |
Color Harmonies of #B817C1
Complementary color
Monochromatic Colors of #B817C1
Black with #B817C1
Text Example
Text Example
White with #B817C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817C1; }
p { color: rgb(184,23,193); }
H1.HeaderClassName
{
color: #B817C1;
}
.AnyTagClassName
{
color: #B817C1;
}
</style>
background-color css
<style>
a { background-color: #B817C1; }
a { background-color: rgb(184,23,193); }
div.DivClassName
{
background-color: #B817C1;
}
.BgClassName
{
background-color: #B817C1;
}
</style>
border-color css
<style>
span { border-color: #B817C1; }
span { border-color: rgb(184,23,193); }
td.TdClassName
{
border-color: #B817C1;
}
.TagClassName
{
border-color: #B817C1;
}
</style>