Shades of Deep Magenta #B815BB
Tints of Deep Magenta #B815BB
RGB
CMYK
RGB Variations
Color information
#B815BB (or 0xB815BB) is known color: Deep Magenta. HEX triplet: B8, 15 and BB. RGB value is (184,21,187). Sum of RGB (Red+Green+Blue) = 184+21+187=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #B815BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815BB is #47EA44. Grayscale: #585858. Windows color (decimal): -4713029 or 12260792. OLE color: 12260792.
HSL color Cylindrical-coordinate representation of color #B815BB: hue angle of 298.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815BB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 21 | 187 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.27 |
| HSL | 298.92º | 0.8% | 0.41% | - |
| HSV(B) | 298.92º | 0.89% | 0.73% | - |
| XYZ | 29 | 14.31 | 48.25 | - |
| YUV | 88.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 187 | 0.02 | 0.89 | 0 | 0.27 | 298.92 | 0.8 | 0.41 |
| Hex | B8 | 15 | BB | 2 | 59 | 0 | 1B | 12B | 50 | 29 |
| Octal | 270 | 25 | 273 | 2 | 131 | 0 | 33 | 453 | 120 | 51 |
| Binary | 10111000 | 10101 | 10111011 | 10 | 1011001 | 0 | 11011 | 100101011 | 1010000 | 101001 |
Color Harmonies of #B815BB
Complementary color
Monochromatic Colors of #B815BB
Black with #B815BB
Text Example
Text Example
White with #B815BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815BB; }
p { color: rgb(184,21,187); }
H1.HeaderClassName
{
color: #B815BB;
}
.AnyTagClassName
{
color: #B815BB;
}
</style>
background-color css
<style>
a { background-color: #B815BB; }
a { background-color: rgb(184,21,187); }
div.DivClassName
{
background-color: #B815BB;
}
.BgClassName
{
background-color: #B815BB;
}
</style>
border-color css
<style>
span { border-color: #B815BB; }
span { border-color: rgb(184,21,187); }
td.TdClassName
{
border-color: #B815BB;
}
.TagClassName
{
border-color: #B815BB;
}
</style>