Shades of Deep Magenta #BB1ADC
Tints of Deep Magenta #BB1ADC
RGB
CMYK
RGB Variations
Color information
#BB1ADC (or 0xBB1ADC) is known color: Deep Magenta. HEX triplet: BB, 1A and DC. RGB value is (187,26,220). Sum of RGB (Red+Green+Blue) = 187+26+220=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ADC is #44E523. Grayscale: #5F5F5F. Windows color (decimal): -4515108 or 14424763. OLE color: 14424763.
HSL color Cylindrical-coordinate representation of color #BB1ADC: hue angle of 289.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1ADC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 26 | 220 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.14 |
| HSL | 289.79º | 0.79% | 0.48% | - |
| HSV(B) | 289.79º | 0.88% | 0.86% | - |
| XYZ | 33.78 | 16.47 | 69.11 | - |
| YUV | 96.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 220 | 0.15 | 0.88 | 0 | 0.14 | 289.79 | 0.79 | 0.48 |
| Hex | BB | 1A | DC | F | 58 | 0 | E | 122 | 4F | 30 |
| Octal | 273 | 32 | 334 | 17 | 130 | 0 | 16 | 442 | 117 | 60 |
| Binary | 10111011 | 11010 | 11011100 | 1111 | 1011000 | 0 | 1110 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BB1ADC
Complementary color
Monochromatic Colors of #BB1ADC
Black with #BB1ADC
Text Example
Text Example
White with #BB1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ADC; }
p { color: rgb(187,26,220); }
H1.HeaderClassName
{
color: #BB1ADC;
}
.AnyTagClassName
{
color: #BB1ADC;
}
</style>
background-color css
<style>
a { background-color: #BB1ADC; }
a { background-color: rgb(187,26,220); }
div.DivClassName
{
background-color: #BB1ADC;
}
.BgClassName
{
background-color: #BB1ADC;
}
</style>
border-color css
<style>
span { border-color: #BB1ADC; }
span { border-color: rgb(187,26,220); }
td.TdClassName
{
border-color: #BB1ADC;
}
.TagClassName
{
border-color: #BB1ADC;
}
</style>