Shades of Deep Magenta #BB0BDF
Tints of Deep Magenta #BB0BDF
RGB
CMYK
RGB Variations
Color information
#BB0BDF (or 0xBB0BDF) is known color: Deep Magenta. HEX triplet: BB, 0B and DF. RGB value is (187,11,223). Sum of RGB (Red+Green+Blue) = 187+11+223=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BDF is #44F420. Grayscale: #575757. Windows color (decimal): -4518945 or 14617531. OLE color: 14617531.
HSL color Cylindrical-coordinate representation of color #BB0BDF: hue angle of 289.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BDF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 11 | 223 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.13 |
| HSL | 289.81º | 0.91% | 0.46% | - |
| HSV(B) | 289.81º | 0.95% | 0.87% | - |
| XYZ | 33.93 | 16.13 | 71.14 | - |
| YUV | 87.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 223 | 0.16 | 0.95 | 0 | 0.13 | 289.81 | 0.91 | 0.46 |
| Hex | BB | B | DF | 10 | 5F | 0 | D | 122 | 5B | 2E |
| Octal | 273 | 13 | 337 | 20 | 137 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111011 | 1011 | 11011111 | 10000 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BB0BDF
Complementary color
Monochromatic Colors of #BB0BDF
Black with #BB0BDF
Text Example
Text Example
White with #BB0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BDF; }
p { color: rgb(187,11,223); }
H1.HeaderClassName
{
color: #BB0BDF;
}
.AnyTagClassName
{
color: #BB0BDF;
}
</style>
background-color css
<style>
a { background-color: #BB0BDF; }
a { background-color: rgb(187,11,223); }
div.DivClassName
{
background-color: #BB0BDF;
}
.BgClassName
{
background-color: #BB0BDF;
}
</style>
border-color css
<style>
span { border-color: #BB0BDF; }
span { border-color: rgb(187,11,223); }
td.TdClassName
{
border-color: #BB0BDF;
}
.TagClassName
{
border-color: #BB0BDF;
}
</style>