Shades of Deep Magenta #B803AC
Tints of Deep Magenta #B803AC
RGB
CMYK
RGB Variations
Color information
#B803AC (or 0xB803AC) is known color: Deep Magenta. HEX triplet: B8, 03 and AC. RGB value is (184,3,172). Sum of RGB (Red+Green+Blue) = 184+3+172=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B803AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B803AC is #47FC53. Grayscale: #4B4B4B. Windows color (decimal): -4717652 or 11273144. OLE color: 11273144.
HSL color Cylindrical-coordinate representation of color #B803AC: hue angle of 303.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803AC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 172 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.28 |
| HSL | 303.98º | 0.97% | 0.37% | - |
| HSV(B) | 303.98º | 0.98% | 0.72% | - |
| XYZ | 27.25 | 13.23 | 40.15 | - |
| YUV | 76.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 172 | 0 | 0.98 | 0.07 | 0.28 | 303.98 | 0.97 | 0.37 |
| Hex | B8 | 3 | AC | 0 | 62 | 7 | 1C | 130 | 61 | 25 |
| Octal | 270 | 3 | 254 | 0 | 142 | 7 | 34 | 460 | 141 | 45 |
| Binary | 10111000 | 11 | 10101100 | 0 | 1100010 | 111 | 11100 | 100110000 | 1100001 | 100101 |
Color Harmonies of #B803AC
Complementary color
Monochromatic Colors of #B803AC
Black with #B803AC
Text Example
Text Example
White with #B803AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803AC; }
p { color: rgb(184,3,172); }
H1.HeaderClassName
{
color: #B803AC;
}
.AnyTagClassName
{
color: #B803AC;
}
</style>
background-color css
<style>
a { background-color: #B803AC; }
a { background-color: rgb(184,3,172); }
div.DivClassName
{
background-color: #B803AC;
}
.BgClassName
{
background-color: #B803AC;
}
</style>
border-color css
<style>
span { border-color: #B803AC; }
span { border-color: rgb(184,3,172); }
td.TdClassName
{
border-color: #B803AC;
}
.TagClassName
{
border-color: #B803AC;
}
</style>