Shades of Deep Magenta #B81CC9
Tints of Deep Magenta #B81CC9
RGB
CMYK
RGB Variations
Color information
#B81CC9 (or 0xB81CC9) is known color: Deep Magenta. HEX triplet: B8, 1C and C9. RGB value is (184,28,201). Sum of RGB (Red+Green+Blue) = 184+28+201=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #B81CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CC9 is #47E336. Grayscale: #5D5D5D. Windows color (decimal): -4711223 or 13180088. OLE color: 13180088.
HSL color Cylindrical-coordinate representation of color #B81CC9: hue angle of 294.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81CC9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 28 | 201 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.21 |
| HSL | 294.1º | 0.76% | 0.45% | - |
| HSV(B) | 294.1º | 0.86% | 0.79% | - |
| XYZ | 30.73 | 15.24 | 56.58 | - |
| YUV | 94.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 201 | 0.08 | 0.86 | 0 | 0.21 | 294.1 | 0.76 | 0.45 |
| Hex | B8 | 1C | C9 | 8 | 56 | 0 | 15 | 126 | 4C | 2D |
| Octal | 270 | 34 | 311 | 10 | 126 | 0 | 25 | 446 | 114 | 55 |
| Binary | 10111000 | 11100 | 11001001 | 1000 | 1010110 | 0 | 10101 | 100100110 | 1001100 | 101101 |
Color Harmonies of #B81CC9
Complementary color
Monochromatic Colors of #B81CC9
Black with #B81CC9
Text Example
Text Example
White with #B81CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CC9; }
p { color: rgb(184,28,201); }
H1.HeaderClassName
{
color: #B81CC9;
}
.AnyTagClassName
{
color: #B81CC9;
}
</style>
background-color css
<style>
a { background-color: #B81CC9; }
a { background-color: rgb(184,28,201); }
div.DivClassName
{
background-color: #B81CC9;
}
.BgClassName
{
background-color: #B81CC9;
}
</style>
border-color css
<style>
span { border-color: #B81CC9; }
span { border-color: rgb(184,28,201); }
td.TdClassName
{
border-color: #B81CC9;
}
.TagClassName
{
border-color: #B81CC9;
}
</style>