Shades of Deep Magenta #B817C3
Tints of Deep Magenta #B817C3
RGB
CMYK
RGB Variations
Color information
#B817C3 (or 0xB817C3) is known color: Deep Magenta. HEX triplet: B8, 17 and C3. RGB value is (184,23,195). Sum of RGB (Red+Green+Blue) = 184+23+195=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #B817C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817C3 is #47E83C. Grayscale: #5A5A5A. Windows color (decimal): -4712509 or 12785592. OLE color: 12785592.
HSL color Cylindrical-coordinate representation of color #B817C3: hue angle of 296.16º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817C3 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 23 | 195 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.24 |
| HSL | 296.16º | 0.79% | 0.43% | - |
| HSV(B) | 296.16º | 0.88% | 0.76% | - |
| XYZ | 29.92 | 14.74 | 52.9 | - |
| YUV | 90.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 195 | 0.06 | 0.88 | 0 | 0.24 | 296.16 | 0.79 | 0.43 |
| Hex | B8 | 17 | C3 | 6 | 58 | 0 | 18 | 128 | 4F | 2B |
| Octal | 270 | 27 | 303 | 6 | 130 | 0 | 30 | 450 | 117 | 53 |
| Binary | 10111000 | 10111 | 11000011 | 110 | 1011000 | 0 | 11000 | 100101000 | 1001111 | 101011 |
Color Harmonies of #B817C3
Complementary color
Monochromatic Colors of #B817C3
Black with #B817C3
Text Example
Text Example
White with #B817C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817C3; }
p { color: rgb(184,23,195); }
H1.HeaderClassName
{
color: #B817C3;
}
.AnyTagClassName
{
color: #B817C3;
}
</style>
background-color css
<style>
a { background-color: #B817C3; }
a { background-color: rgb(184,23,195); }
div.DivClassName
{
background-color: #B817C3;
}
.BgClassName
{
background-color: #B817C3;
}
</style>
border-color css
<style>
span { border-color: #B817C3; }
span { border-color: rgb(184,23,195); }
td.TdClassName
{
border-color: #B817C3;
}
.TagClassName
{
border-color: #B817C3;
}
</style>