Shades of Deep Magenta #BB13DF
Tints of Deep Magenta #BB13DF
RGB
CMYK
RGB Variations
Color information
#BB13DF (or 0xBB13DF) is known color: Deep Magenta. HEX triplet: BB, 13 and DF. RGB value is (187,19,223). Sum of RGB (Red+Green+Blue) = 187+19+223=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13DF is #44EC20. Grayscale: #5B5B5B. Windows color (decimal): -4516897 or 14619579. OLE color: 14619579.
HSL color Cylindrical-coordinate representation of color #BB13DF: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB13DF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 19 | 223 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.13 |
| HSL | 289.41º | 0.84% | 0.47% | - |
| HSV(B) | 289.41º | 0.91% | 0.87% | - |
| XYZ | 34.05 | 16.36 | 71.18 | - |
| YUV | 92.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 223 | 0.16 | 0.91 | 0 | 0.13 | 289.41 | 0.84 | 0.47 |
| Hex | BB | 13 | DF | 10 | 5B | 0 | D | 121 | 54 | 2F |
| Octal | 273 | 23 | 337 | 20 | 133 | 0 | 15 | 441 | 124 | 57 |
| Binary | 10111011 | 10011 | 11011111 | 10000 | 1011011 | 0 | 1101 | 100100001 | 1010100 | 101111 |
Color Harmonies of #BB13DF
Complementary color
Monochromatic Colors of #BB13DF
Black with #BB13DF
Text Example
Text Example
White with #BB13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13DF; }
p { color: rgb(187,19,223); }
H1.HeaderClassName
{
color: #BB13DF;
}
.AnyTagClassName
{
color: #BB13DF;
}
</style>
background-color css
<style>
a { background-color: #BB13DF; }
a { background-color: rgb(187,19,223); }
div.DivClassName
{
background-color: #BB13DF;
}
.BgClassName
{
background-color: #BB13DF;
}
</style>
border-color css
<style>
span { border-color: #BB13DF; }
span { border-color: rgb(187,19,223); }
td.TdClassName
{
border-color: #BB13DF;
}
.TagClassName
{
border-color: #BB13DF;
}
</style>