Shades of Deep Magenta #B800BB
Tints of Deep Magenta #B800BB
RGB
CMYK
RGB Variations
Color information
#B800BB (or 0xB800BB) is known color: Deep Magenta. HEX triplet: B8, 00 and BB. RGB value is (184,0,187). Sum of RGB (Red+Green+Blue) = 184+0+187=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B800BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800BB is #47FF44. Grayscale: #4B4B4B. Windows color (decimal): -4718405 or 12255416. OLE color: 12255416.
HSL color Cylindrical-coordinate representation of color #B800BB: hue angle of 299.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800BB is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 0 | 187 | - |
| CMYK | 0.02 | 1 | 0 | 0.27 |
| HSL | 299.04º | 1% | 0.37% | - |
| HSV(B) | 299.04º | 1% | 0.73% | - |
| XYZ | 28.74 | 13.78 | 48.16 | - |
| YUV | 76.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 187 | 0.02 | 1 | 0 | 0.27 | 299.04 | 1 | 0.37 |
| Hex | B8 | 0 | BB | 2 | 64 | 0 | 1B | 12B | 64 | 25 |
| Octal | 270 | 0 | 273 | 2 | 144 | 0 | 33 | 453 | 144 | 45 |
| Binary | 10111000 | 0 | 10111011 | 10 | 1100100 | 0 | 11011 | 100101011 | 1100100 | 100101 |
Color Harmonies of #B800BB
Complementary color
Monochromatic Colors of #B800BB
Black with #B800BB
Text Example
Text Example
White with #B800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800BB; }
p { color: rgb(184,0,187); }
H1.HeaderClassName
{
color: #B800BB;
}
.AnyTagClassName
{
color: #B800BB;
}
</style>
background-color css
<style>
a { background-color: #B800BB; }
a { background-color: rgb(184,0,187); }
div.DivClassName
{
background-color: #B800BB;
}
.BgClassName
{
background-color: #B800BB;
}
</style>
border-color css
<style>
span { border-color: #B800BB; }
span { border-color: rgb(184,0,187); }
td.TdClassName
{
border-color: #B800BB;
}
.TagClassName
{
border-color: #B800BB;
}
</style>