Shades of Deep Magenta #BB18BC
Tints of Deep Magenta #BB18BC
RGB
CMYK
RGB Variations
Color information
#BB18BC (or 0xBB18BC) is known color: Deep Magenta. HEX triplet: BB, 18 and BC. RGB value is (187,24,188). Sum of RGB (Red+Green+Blue) = 187+24+188=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18BC is #44E743. Grayscale: #5A5A5A. Windows color (decimal): -4515652 or 12327099. OLE color: 12327099.
HSL color Cylindrical-coordinate representation of color #BB18BC: hue angle of 299.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB18BC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 24 | 188 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.26 |
| HSL | 299.63º | 0.77% | 0.42% | - |
| HSV(B) | 299.63º | 0.87% | 0.74% | - |
| XYZ | 29.9 | 14.85 | 48.87 | - |
| YUV | 91.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 188 | 0.01 | 0.87 | 0 | 0.26 | 299.63 | 0.77 | 0.42 |
| Hex | BB | 18 | BC | 1 | 57 | 0 | 1A | 12C | 4D | 2A |
| Octal | 273 | 30 | 274 | 1 | 127 | 0 | 32 | 454 | 115 | 52 |
| Binary | 10111011 | 11000 | 10111100 | 1 | 1010111 | 0 | 11010 | 100101100 | 1001101 | 101010 |
Color Harmonies of #BB18BC
Complementary color
Monochromatic Colors of #BB18BC
Black with #BB18BC
Text Example
Text Example
White with #BB18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18BC; }
p { color: rgb(187,24,188); }
H1.HeaderClassName
{
color: #BB18BC;
}
.AnyTagClassName
{
color: #BB18BC;
}
</style>
background-color css
<style>
a { background-color: #BB18BC; }
a { background-color: rgb(187,24,188); }
div.DivClassName
{
background-color: #BB18BC;
}
.BgClassName
{
background-color: #BB18BC;
}
</style>
border-color css
<style>
span { border-color: #BB18BC; }
span { border-color: rgb(187,24,188); }
td.TdClassName
{
border-color: #BB18BC;
}
.TagClassName
{
border-color: #BB18BC;
}
</style>