Shades of Deep Magenta #B800AC
Tints of Deep Magenta #B800AC
RGB
CMYK
RGB Variations
Color information
#B800AC (or 0xB800AC) is known color: Deep Magenta. HEX triplet: B8, 00 and AC. RGB value is (184,0,172). Sum of RGB (Red+Green+Blue) = 184+0+172=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B800AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B800AC is #47FF53. Grayscale: #4A4A4A. Windows color (decimal): -4718420 or 11272376. OLE color: 11272376.
HSL color Cylindrical-coordinate representation of color #B800AC: hue angle of 303.91º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800AC is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.07 | 0.28 |
| HSL | 303.91º | 1% | 0.36% | - |
| HSV(B) | 303.91º | 1% | 0.72% | - |
| XYZ | 27.21 | 13.17 | 40.14 | - |
| YUV | 74.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 172 | 0 | 1 | 0.07 | 0.28 | 303.91 | 1 | 0.36 |
| Hex | B8 | 0 | AC | 0 | 64 | 7 | 1C | 130 | 64 | 24 |
| Octal | 270 | 0 | 254 | 0 | 144 | 7 | 34 | 460 | 144 | 44 |
| Binary | 10111000 | 0 | 10101100 | 0 | 1100100 | 111 | 11100 | 100110000 | 1100100 | 100100 |
Color Harmonies of #B800AC
Complementary color
Monochromatic Colors of #B800AC
Black with #B800AC
Text Example
Text Example
White with #B800AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800AC; }
p { color: rgb(184,0,172); }
H1.HeaderClassName
{
color: #B800AC;
}
.AnyTagClassName
{
color: #B800AC;
}
</style>
background-color css
<style>
a { background-color: #B800AC; }
a { background-color: rgb(184,0,172); }
div.DivClassName
{
background-color: #B800AC;
}
.BgClassName
{
background-color: #B800AC;
}
</style>
border-color css
<style>
span { border-color: #B800AC; }
span { border-color: rgb(184,0,172); }
td.TdClassName
{
border-color: #B800AC;
}
.TagClassName
{
border-color: #B800AC;
}
</style>