Shades of Deep Magenta #B003BA
Tints of Deep Magenta #B003BA
RGB
CMYK
RGB Variations
Color information
#B003BA (or 0xB003BA) is known color: Deep Magenta. HEX triplet: B0, 03 and BA. RGB value is (176,3,186). Sum of RGB (Red+Green+Blue) = 176+3+186=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #B003BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003BA is #4FFC45. Grayscale: #4B4B4B. Windows color (decimal): -5241926 or 12190640. OLE color: 12190640.
HSL color Cylindrical-coordinate representation of color #B003BA: hue angle of 296.72º 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 #B003BA is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 3 | 186 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.27 |
| HSL | 296.72º | 0.97% | 0.37% | - |
| HSV(B) | 296.72º | 0.98% | 0.73% | - |
| XYZ | 26.8 | 12.84 | 47.52 | - |
| YUV | 75.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 186 | 0.05 | 0.98 | 0 | 0.27 | 296.72 | 0.97 | 0.37 |
| Hex | B0 | 3 | BA | 5 | 62 | 0 | 1B | 129 | 61 | 25 |
| Octal | 260 | 3 | 272 | 5 | 142 | 0 | 33 | 451 | 141 | 45 |
| Binary | 10110000 | 11 | 10111010 | 101 | 1100010 | 0 | 11011 | 100101001 | 1100001 | 100101 |
Color Harmonies of #B003BA
Complementary color
Monochromatic Colors of #B003BA
Black with #B003BA
Text Example
Text Example
White with #B003BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003BA; }
p { color: rgb(176,3,186); }
H1.HeaderClassName
{
color: #B003BA;
}
.AnyTagClassName
{
color: #B003BA;
}
</style>
background-color css
<style>
a { background-color: #B003BA; }
a { background-color: rgb(176,3,186); }
div.DivClassName
{
background-color: #B003BA;
}
.BgClassName
{
background-color: #B003BA;
}
</style>
border-color css
<style>
span { border-color: #B003BA; }
span { border-color: rgb(176,3,186); }
td.TdClassName
{
border-color: #B003BA;
}
.TagClassName
{
border-color: #B003BA;
}
</style>