Shades of Deep Magenta #BB12CC
Tints of Deep Magenta #BB12CC
RGB
CMYK
RGB Variations
Color information
#BB12CC (or 0xBB12CC) is known color: Deep Magenta. HEX triplet: BB, 12 and CC. RGB value is (187,18,204). Sum of RGB (Red+Green+Blue) = 187+18+204=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12CC is #44ED33. Grayscale: #595959. Windows color (decimal): -4517172 or 13374139. OLE color: 13374139.
HSL color Cylindrical-coordinate representation of color #BB12CC: hue angle of 294.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB12CC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 18 | 204 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.2 |
| HSL | 294.52º | 0.84% | 0.44% | - |
| HSV(B) | 294.52º | 0.91% | 0.8% | - |
| XYZ | 31.61 | 15.36 | 58.42 | - |
| YUV | 89.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 204 | 0.08 | 0.91 | 0 | 0.2 | 294.52 | 0.84 | 0.44 |
| Hex | BB | 12 | CC | 8 | 5B | 0 | 14 | 127 | 54 | 2C |
| Octal | 273 | 22 | 314 | 10 | 133 | 0 | 24 | 447 | 124 | 54 |
| Binary | 10111011 | 10010 | 11001100 | 1000 | 1011011 | 0 | 10100 | 100100111 | 1010100 | 101100 |
Color Harmonies of #BB12CC
Complementary color
Monochromatic Colors of #BB12CC
Black with #BB12CC
Text Example
Text Example
White with #BB12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12CC; }
p { color: rgb(187,18,204); }
H1.HeaderClassName
{
color: #BB12CC;
}
.AnyTagClassName
{
color: #BB12CC;
}
</style>
background-color css
<style>
a { background-color: #BB12CC; }
a { background-color: rgb(187,18,204); }
div.DivClassName
{
background-color: #BB12CC;
}
.BgClassName
{
background-color: #BB12CC;
}
</style>
border-color css
<style>
span { border-color: #BB12CC; }
span { border-color: rgb(187,18,204); }
td.TdClassName
{
border-color: #BB12CC;
}
.TagClassName
{
border-color: #BB12CC;
}
</style>