Shades of Deep Magenta #BB0ADA
Tints of Deep Magenta #BB0ADA
RGB
CMYK
RGB Variations
Color information
#BB0ADA (or 0xBB0ADA) is known color: Deep Magenta. HEX triplet: BB, 0A and DA. RGB value is (187,10,218). Sum of RGB (Red+Green+Blue) = 187+10+218=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ADA is #44F525. Grayscale: #555555. Windows color (decimal): -4519206 or 14289595. OLE color: 14289595.
HSL color Cylindrical-coordinate representation of color #BB0ADA: hue angle of 291.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ADA is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 10 | 218 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.15 |
| HSL | 291.06º | 0.91% | 0.45% | - |
| HSV(B) | 291.06º | 0.95% | 0.85% | - |
| XYZ | 33.26 | 15.84 | 67.64 | - |
| YUV | 86.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 218 | 0.14 | 0.95 | 0 | 0.15 | 291.06 | 0.91 | 0.45 |
| Hex | BB | A | DA | E | 5F | 0 | F | 123 | 5B | 2D |
| Octal | 273 | 12 | 332 | 16 | 137 | 0 | 17 | 443 | 133 | 55 |
| Binary | 10111011 | 1010 | 11011010 | 1110 | 1011111 | 0 | 1111 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BB0ADA
Complementary color
Monochromatic Colors of #BB0ADA
Black with #BB0ADA
Text Example
Text Example
White with #BB0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0ADA; }
p { color: rgb(187,10,218); }
H1.HeaderClassName
{
color: #BB0ADA;
}
.AnyTagClassName
{
color: #BB0ADA;
}
</style>
background-color css
<style>
a { background-color: #BB0ADA; }
a { background-color: rgb(187,10,218); }
div.DivClassName
{
background-color: #BB0ADA;
}
.BgClassName
{
background-color: #BB0ADA;
}
</style>
border-color css
<style>
span { border-color: #BB0ADA; }
span { border-color: rgb(187,10,218); }
td.TdClassName
{
border-color: #BB0ADA;
}
.TagClassName
{
border-color: #BB0ADA;
}
</style>