Shades of Deep Magenta #B824BA
Tints of Deep Magenta #B824BA
RGB
CMYK
RGB Variations
Color information
#B824BA (or 0xB824BA) is known color: Deep Magenta. HEX triplet: B8, 24 and BA. RGB value is (184,36,186). Sum of RGB (Red+Green+Blue) = 184+36+186=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B824BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824BA is #47DB45. Grayscale: #606060. Windows color (decimal): -4709190 or 12199096. OLE color: 12199096.
HSL color Cylindrical-coordinate representation of color #B824BA: hue angle of 299.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B824BA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 36 | 186 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.27 |
| HSL | 299.2º | 0.68% | 0.44% | - |
| HSV(B) | 299.2º | 0.81% | 0.73% | - |
| XYZ | 29.26 | 15 | 47.81 | - |
| YUV | 97.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 186 | 0.01 | 0.81 | 0 | 0.27 | 299.2 | 0.68 | 0.44 |
| Hex | B8 | 24 | BA | 1 | 51 | 0 | 1B | 12B | 44 | 2C |
| Octal | 270 | 44 | 272 | 1 | 121 | 0 | 33 | 453 | 104 | 54 |
| Binary | 10111000 | 100100 | 10111010 | 1 | 1010001 | 0 | 11011 | 100101011 | 1000100 | 101100 |
Color Harmonies of #B824BA
Complementary color
Monochromatic Colors of #B824BA
Black with #B824BA
Text Example
Text Example
White with #B824BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824BA; }
p { color: rgb(184,36,186); }
H1.HeaderClassName
{
color: #B824BA;
}
.AnyTagClassName
{
color: #B824BA;
}
</style>
background-color css
<style>
a { background-color: #B824BA; }
a { background-color: rgb(184,36,186); }
div.DivClassName
{
background-color: #B824BA;
}
.BgClassName
{
background-color: #B824BA;
}
</style>
border-color css
<style>
span { border-color: #B824BA; }
span { border-color: rgb(184,36,186); }
td.TdClassName
{
border-color: #B824BA;
}
.TagClassName
{
border-color: #B824BA;
}
</style>