Shades of Deep Magenta #B818C1
Tints of Deep Magenta #B818C1
RGB
CMYK
RGB Variations
Color information
#B818C1 (or 0xB818C1) is known color: Deep Magenta. HEX triplet: B8, 18 and C1. RGB value is (184,24,193). Sum of RGB (Red+Green+Blue) = 184+24+193=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #B818C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818C1 is #47E73E. Grayscale: #5A5A5A. Windows color (decimal): -4712255 or 12654776. OLE color: 12654776.
HSL color Cylindrical-coordinate representation of color #B818C1: hue angle of 296.8º degrees, saturation: 0.78, 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 #B818C1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 24 | 193 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.24 |
| HSL | 296.8º | 0.78% | 0.43% | - |
| HSV(B) | 296.8º | 0.88% | 0.76% | - |
| XYZ | 29.72 | 14.69 | 51.72 | - |
| YUV | 91.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 193 | 0.05 | 0.88 | 0 | 0.24 | 296.8 | 0.78 | 0.43 |
| Hex | B8 | 18 | C1 | 5 | 58 | 0 | 18 | 129 | 4E | 2B |
| Octal | 270 | 30 | 301 | 5 | 130 | 0 | 30 | 451 | 116 | 53 |
| Binary | 10111000 | 11000 | 11000001 | 101 | 1011000 | 0 | 11000 | 100101001 | 1001110 | 101011 |
Color Harmonies of #B818C1
Complementary color
Monochromatic Colors of #B818C1
Black with #B818C1
Text Example
Text Example
White with #B818C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818C1; }
p { color: rgb(184,24,193); }
H1.HeaderClassName
{
color: #B818C1;
}
.AnyTagClassName
{
color: #B818C1;
}
</style>
background-color css
<style>
a { background-color: #B818C1; }
a { background-color: rgb(184,24,193); }
div.DivClassName
{
background-color: #B818C1;
}
.BgClassName
{
background-color: #B818C1;
}
</style>
border-color css
<style>
span { border-color: #B818C1; }
span { border-color: rgb(184,24,193); }
td.TdClassName
{
border-color: #B818C1;
}
.TagClassName
{
border-color: #B818C1;
}
</style>