Shades of Deep Magenta #B800BA
Tints of Deep Magenta #B800BA
RGB
CMYK
RGB Variations
Color information
#B800BA (or 0xB800BA) is known color: Deep Magenta. HEX triplet: B8, 00 and BA. RGB value is (184,0,186). Sum of RGB (Red+Green+Blue) = 184+0+186=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B800BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800BA is #47FF45. Grayscale: #4B4B4B. Windows color (decimal): -4718406 or 12189880. OLE color: 12189880.
HSL color Cylindrical-coordinate representation of color #B800BA: hue angle of 299.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800BA is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 0 | 186 | - |
| CMYK | 0.01 | 1 | 0 | 0.27 |
| HSL | 299.35º | 1% | 0.36% | - |
| HSV(B) | 299.35º | 1% | 0.73% | - |
| XYZ | 28.63 | 13.74 | 47.6 | - |
| YUV | 76.22 | 189.96 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 186 | 0.01 | 1 | 0 | 0.27 | 299.35 | 1 | 0.36 |
| Hex | B8 | 0 | BA | 1 | 64 | 0 | 1B | 12B | 64 | 24 |
| Octal | 270 | 0 | 272 | 1 | 144 | 0 | 33 | 453 | 144 | 44 |
| Binary | 10111000 | 0 | 10111010 | 1 | 1100100 | 0 | 11011 | 100101011 | 1100100 | 100100 |
Color Harmonies of #B800BA
Complementary color
Monochromatic Colors of #B800BA
Black with #B800BA
Text Example
Text Example
White with #B800BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800BA; }
p { color: rgb(184,0,186); }
H1.HeaderClassName
{
color: #B800BA;
}
.AnyTagClassName
{
color: #B800BA;
}
</style>
background-color css
<style>
a { background-color: #B800BA; }
a { background-color: rgb(184,0,186); }
div.DivClassName
{
background-color: #B800BA;
}
.BgClassName
{
background-color: #B800BA;
}
</style>
border-color css
<style>
span { border-color: #B800BA; }
span { border-color: rgb(184,0,186); }
td.TdClassName
{
border-color: #B800BA;
}
.TagClassName
{
border-color: #B800BA;
}
</style>