Shades of Deep Magenta #B803BA
Tints of Deep Magenta #B803BA
RGB
CMYK
RGB Variations
Color information
#B803BA (or 0xB803BA) is known color: Deep Magenta. HEX triplet: B8, 03 and BA. RGB value is (184,3,186). Sum of RGB (Red+Green+Blue) = 184+3+186=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #B803BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803BA is #47FC45. Grayscale: #4D4D4D. Windows color (decimal): -4717638 or 12190648. OLE color: 12190648.
HSL color Cylindrical-coordinate representation of color #B803BA: hue angle of 299.34º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803BA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 3 | 186 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.27 |
| HSL | 299.34º | 0.97% | 0.37% | - |
| HSV(B) | 299.34º | 0.98% | 0.73% | - |
| XYZ | 28.66 | 13.8 | 47.61 | - |
| YUV | 77.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 186 | 0.01 | 0.98 | 0 | 0.27 | 299.34 | 0.97 | 0.37 |
| Hex | B8 | 3 | BA | 1 | 62 | 0 | 1B | 12B | 61 | 25 |
| Octal | 270 | 3 | 272 | 1 | 142 | 0 | 33 | 453 | 141 | 45 |
| Binary | 10111000 | 11 | 10111010 | 1 | 1100010 | 0 | 11011 | 100101011 | 1100001 | 100101 |
Color Harmonies of #B803BA
Complementary color
Monochromatic Colors of #B803BA
Black with #B803BA
Text Example
Text Example
White with #B803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803BA; }
p { color: rgb(184,3,186); }
H1.HeaderClassName
{
color: #B803BA;
}
.AnyTagClassName
{
color: #B803BA;
}
</style>
background-color css
<style>
a { background-color: #B803BA; }
a { background-color: rgb(184,3,186); }
div.DivClassName
{
background-color: #B803BA;
}
.BgClassName
{
background-color: #B803BA;
}
</style>
border-color css
<style>
span { border-color: #B803BA; }
span { border-color: rgb(184,3,186); }
td.TdClassName
{
border-color: #B803BA;
}
.TagClassName
{
border-color: #B803BA;
}
</style>