Shades of Deep Magenta #B815BF
Tints of Deep Magenta #B815BF
RGB
CMYK
RGB Variations
Color information
#B815BF (or 0xB815BF) is known color: Deep Magenta. HEX triplet: B8, 15 and BF. RGB value is (184,21,191). Sum of RGB (Red+Green+Blue) = 184+21+191=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #B815BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815BF is #47EA40. Grayscale: #585858. Windows color (decimal): -4713025 or 12522936. OLE color: 12522936.
HSL color Cylindrical-coordinate representation of color #B815BF: hue angle of 297.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815BF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 21 | 191 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.25 |
| HSL | 297.53º | 0.8% | 0.42% | - |
| HSV(B) | 297.53º | 0.89% | 0.75% | - |
| XYZ | 29.44 | 14.49 | 50.54 | - |
| YUV | 89.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 191 | 0.04 | 0.89 | 0 | 0.25 | 297.53 | 0.8 | 0.42 |
| Hex | B8 | 15 | BF | 4 | 59 | 0 | 19 | 12A | 50 | 2A |
| Octal | 270 | 25 | 277 | 4 | 131 | 0 | 31 | 452 | 120 | 52 |
| Binary | 10111000 | 10101 | 10111111 | 100 | 1011001 | 0 | 11001 | 100101010 | 1010000 | 101010 |
Color Harmonies of #B815BF
Complementary color
Monochromatic Colors of #B815BF
Black with #B815BF
Text Example
Text Example
White with #B815BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815BF; }
p { color: rgb(184,21,191); }
H1.HeaderClassName
{
color: #B815BF;
}
.AnyTagClassName
{
color: #B815BF;
}
</style>
background-color css
<style>
a { background-color: #B815BF; }
a { background-color: rgb(184,21,191); }
div.DivClassName
{
background-color: #B815BF;
}
.BgClassName
{
background-color: #B815BF;
}
</style>
border-color css
<style>
span { border-color: #B815BF; }
span { border-color: rgb(184,21,191); }
td.TdClassName
{
border-color: #B815BF;
}
.TagClassName
{
border-color: #B815BF;
}
</style>