Shades of Deep Magenta #BB15CD
Tints of Deep Magenta #BB15CD
RGB
CMYK
RGB Variations
Color information
#BB15CD (or 0xBB15CD) is known color: Deep Magenta. HEX triplet: BB, 15 and CD. RGB value is (187,21,205). Sum of RGB (Red+Green+Blue) = 187+21+205=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15CD is #44EA32. Grayscale: #5B5B5B. Windows color (decimal): -4516403 or 13440443. OLE color: 13440443.
HSL color Cylindrical-coordinate representation of color #BB15CD: hue angle of 294.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15CD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 21 | 205 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.20 |
| HSL | 294.13º | 0.81% | 0.44% | - |
| HSV(B) | 294.13º | 0.9% | 0.8% | - |
| XYZ | 31.78 | 15.51 | 59.08 | - |
| YUV | 91.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 205 | 0.09 | 0.90 | 0 | 0.20 | 294.13 | 0.81 | 0.44 |
| Hex | BB | 15 | CD | 9 | 5A | 0 | 14 | 126 | 51 | 2C |
| Octal | 273 | 25 | 315 | 11 | 132 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111011 | 10101 | 11001101 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #BB15CD
Complementary color
Monochromatic Colors of #BB15CD
Black with #BB15CD
Text Example
Text Example
White with #BB15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15CD; }
p { color: rgb(187,21,205); }
H1.HeaderClassName
{
color: #BB15CD;
}
.AnyTagClassName
{
color: #BB15CD;
}
</style>
background-color css
<style>
a { background-color: #BB15CD; }
a { background-color: rgb(187,21,205); }
div.DivClassName
{
background-color: #BB15CD;
}
.BgClassName
{
background-color: #BB15CD;
}
</style>
border-color css
<style>
span { border-color: #BB15CD; }
span { border-color: rgb(187,21,205); }
td.TdClassName
{
border-color: #BB15CD;
}
.TagClassName
{
border-color: #BB15CD;
}
</style>