Shades of Deep Magenta #B825BA
Tints of Deep Magenta #B825BA
RGB
CMYK
RGB Variations
Color information
#B825BA (or 0xB825BA) is known color: Deep Magenta. HEX triplet: B8, 25 and BA. RGB value is (184,37,186). Sum of RGB (Red+Green+Blue) = 184+37+186=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B825BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825BA is #47DA45. Grayscale: #616161. Windows color (decimal): -4708934 or 12199352. OLE color: 12199352.
HSL color Cylindrical-coordinate representation of color #B825BA: hue angle of 299.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825BA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 37 | 186 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.27 |
| HSL | 299.19º | 0.67% | 0.44% | - |
| HSV(B) | 299.19º | 0.8% | 0.73% | - |
| XYZ | 29.29 | 15.06 | 47.82 | - |
| YUV | 97.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 186 | 0.01 | 0.80 | 0 | 0.27 | 299.19 | 0.67 | 0.44 |
| Hex | B8 | 25 | BA | 1 | 50 | 0 | 1B | 12B | 43 | 2C |
| Octal | 270 | 45 | 272 | 1 | 120 | 0 | 33 | 453 | 103 | 54 |
| Binary | 10111000 | 100101 | 10111010 | 1 | 1010000 | 0 | 11011 | 100101011 | 1000011 | 101100 |
Color Harmonies of #B825BA
Complementary color
Monochromatic Colors of #B825BA
Black with #B825BA
Text Example
Text Example
White with #B825BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825BA; }
p { color: rgb(184,37,186); }
H1.HeaderClassName
{
color: #B825BA;
}
.AnyTagClassName
{
color: #B825BA;
}
</style>
background-color css
<style>
a { background-color: #B825BA; }
a { background-color: rgb(184,37,186); }
div.DivClassName
{
background-color: #B825BA;
}
.BgClassName
{
background-color: #B825BA;
}
</style>
border-color css
<style>
span { border-color: #B825BA; }
span { border-color: rgb(184,37,186); }
td.TdClassName
{
border-color: #B825BA;
}
.TagClassName
{
border-color: #B825BA;
}
</style>