Shades of Deep Magenta #BB18BD
Tints of Deep Magenta #BB18BD
RGB
CMYK
RGB Variations
Color information
#BB18BD (or 0xBB18BD) is known color: Deep Magenta. HEX triplet: BB, 18 and BD. RGB value is (187,24,189). Sum of RGB (Red+Green+Blue) = 187+24+189=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18BD is #44E742. Grayscale: #5B5B5B. Windows color (decimal): -4515651 or 12392635. OLE color: 12392635.
HSL color Cylindrical-coordinate representation of color #BB18BD: hue angle of 299.27º 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 #BB18BD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 24 | 189 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.26 |
| HSL | 299.27º | 0.77% | 0.42% | - |
| HSV(B) | 299.27º | 0.87% | 0.74% | - |
| XYZ | 30.01 | 14.89 | 49.44 | - |
| YUV | 91.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 189 | 0.01 | 0.87 | 0 | 0.26 | 299.27 | 0.77 | 0.42 |
| Hex | BB | 18 | BD | 1 | 57 | 0 | 1A | 12B | 4D | 2A |
| Octal | 273 | 30 | 275 | 1 | 127 | 0 | 32 | 453 | 115 | 52 |
| Binary | 10111011 | 11000 | 10111101 | 1 | 1010111 | 0 | 11010 | 100101011 | 1001101 | 101010 |
Color Harmonies of #BB18BD
Complementary color
Monochromatic Colors of #BB18BD
Black with #BB18BD
Text Example
Text Example
White with #BB18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18BD; }
p { color: rgb(187,24,189); }
H1.HeaderClassName
{
color: #BB18BD;
}
.AnyTagClassName
{
color: #BB18BD;
}
</style>
background-color css
<style>
a { background-color: #BB18BD; }
a { background-color: rgb(187,24,189); }
div.DivClassName
{
background-color: #BB18BD;
}
.BgClassName
{
background-color: #BB18BD;
}
</style>
border-color css
<style>
span { border-color: #BB18BD; }
span { border-color: rgb(187,24,189); }
td.TdClassName
{
border-color: #BB18BD;
}
.TagClassName
{
border-color: #BB18BD;
}
</style>