Shades of Deep Magenta #B818BC
Tints of Deep Magenta #B818BC
RGB
CMYK
RGB Variations
Color information
#B818BC (or 0xB818BC) is known color: Deep Magenta. HEX triplet: B8, 18 and BC. RGB value is (184,24,188). Sum of RGB (Red+Green+Blue) = 184+24+188=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B818BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818BC is #47E743. Grayscale: #5A5A5A. Windows color (decimal): -4712260 or 12327096. OLE color: 12327096.
HSL color Cylindrical-coordinate representation of color #B818BC: hue angle of 298.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B818BC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 24 | 188 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.26 |
| HSL | 298.54º | 0.77% | 0.42% | - |
| HSV(B) | 298.54º | 0.87% | 0.74% | - |
| XYZ | 29.17 | 14.47 | 48.83 | - |
| YUV | 90.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 188 | 0.02 | 0.87 | 0 | 0.26 | 298.54 | 0.77 | 0.42 |
| Hex | B8 | 18 | BC | 2 | 57 | 0 | 1A | 12B | 4D | 2A |
| Octal | 270 | 30 | 274 | 2 | 127 | 0 | 32 | 453 | 115 | 52 |
| Binary | 10111000 | 11000 | 10111100 | 10 | 1010111 | 0 | 11010 | 100101011 | 1001101 | 101010 |
Color Harmonies of #B818BC
Complementary color
Monochromatic Colors of #B818BC
Black with #B818BC
Text Example
Text Example
White with #B818BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818BC; }
p { color: rgb(184,24,188); }
H1.HeaderClassName
{
color: #B818BC;
}
.AnyTagClassName
{
color: #B818BC;
}
</style>
background-color css
<style>
a { background-color: #B818BC; }
a { background-color: rgb(184,24,188); }
div.DivClassName
{
background-color: #B818BC;
}
.BgClassName
{
background-color: #B818BC;
}
</style>
border-color css
<style>
span { border-color: #B818BC; }
span { border-color: rgb(184,24,188); }
td.TdClassName
{
border-color: #B818BC;
}
.TagClassName
{
border-color: #B818BC;
}
</style>