Shades of Deep Magenta #BB00B5
Tints of Deep Magenta #BB00B5
RGB
CMYK
RGB Variations
Color information
#BB00B5 (or 0xBB00B5) is known color: Deep Magenta. HEX triplet: BB, 00 and B5. RGB value is (187,0,181). Sum of RGB (Red+Green+Blue) = 187+0+181=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00B5 is #44FF4A. Grayscale: #4C4C4C. Windows color (decimal): -4521803 or 11862203. OLE color: 11862203.
HSL color Cylindrical-coordinate representation of color #BB00B5: hue angle of 301.93º 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 #BB00B5 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.03 | 0.27 |
| HSL | 301.93º | 1% | 0.37% | - |
| HSV(B) | 301.93º | 1% | 0.73% | - |
| XYZ | 28.83 | 13.9 | 44.88 | - |
| YUV | 76.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 181 | 0 | 1 | 0.03 | 0.27 | 301.93 | 1 | 0.37 |
| Hex | BB | 0 | B5 | 0 | 64 | 3 | 1B | 12E | 64 | 25 |
| Octal | 273 | 0 | 265 | 0 | 144 | 3 | 33 | 456 | 144 | 45 |
| Binary | 10111011 | 0 | 10110101 | 0 | 1100100 | 11 | 11011 | 100101110 | 1100100 | 100101 |
Color Harmonies of #BB00B5
Complementary color
Monochromatic Colors of #BB00B5
Black with #BB00B5
Text Example
Text Example
White with #BB00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00B5; }
p { color: rgb(187,0,181); }
H1.HeaderClassName
{
color: #BB00B5;
}
.AnyTagClassName
{
color: #BB00B5;
}
</style>
background-color css
<style>
a { background-color: #BB00B5; }
a { background-color: rgb(187,0,181); }
div.DivClassName
{
background-color: #BB00B5;
}
.BgClassName
{
background-color: #BB00B5;
}
</style>
border-color css
<style>
span { border-color: #BB00B5; }
span { border-color: rgb(187,0,181); }
td.TdClassName
{
border-color: #BB00B5;
}
.TagClassName
{
border-color: #BB00B5;
}
</style>