Shades of Deep Magenta #BB12CB
Tints of Deep Magenta #BB12CB
RGB
CMYK
RGB Variations
Color information
#BB12CB (or 0xBB12CB) is known color: Deep Magenta. HEX triplet: BB, 12 and CB. RGB value is (187,18,203). Sum of RGB (Red+Green+Blue) = 187+18+203=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12CB is #44ED34. Grayscale: #595959. Windows color (decimal): -4517173 or 13308603. OLE color: 13308603.
HSL color Cylindrical-coordinate representation of color #BB12CB: hue angle of 294.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB12CB is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 18 | 203 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.20 |
| HSL | 294.81º | 0.84% | 0.43% | - |
| HSV(B) | 294.81º | 0.91% | 0.8% | - |
| XYZ | 31.49 | 15.31 | 57.8 | - |
| YUV | 89.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 203 | 0.08 | 0.91 | 0 | 0.20 | 294.81 | 0.84 | 0.43 |
| Hex | BB | 12 | CB | 8 | 5B | 0 | 14 | 127 | 54 | 2B |
| Octal | 273 | 22 | 313 | 10 | 133 | 0 | 24 | 447 | 124 | 53 |
| Binary | 10111011 | 10010 | 11001011 | 1000 | 1011011 | 0 | 10100 | 100100111 | 1010100 | 101011 |
Color Harmonies of #BB12CB
Complementary color
Monochromatic Colors of #BB12CB
Black with #BB12CB
Text Example
Text Example
White with #BB12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12CB; }
p { color: rgb(187,18,203); }
H1.HeaderClassName
{
color: #BB12CB;
}
.AnyTagClassName
{
color: #BB12CB;
}
</style>
background-color css
<style>
a { background-color: #BB12CB; }
a { background-color: rgb(187,18,203); }
div.DivClassName
{
background-color: #BB12CB;
}
.BgClassName
{
background-color: #BB12CB;
}
</style>
border-color css
<style>
span { border-color: #BB12CB; }
span { border-color: rgb(187,18,203); }
td.TdClassName
{
border-color: #BB12CB;
}
.TagClassName
{
border-color: #BB12CB;
}
</style>