Shades of Deep Magenta #BB18C9
Tints of Deep Magenta #BB18C9
RGB
CMYK
RGB Variations
Color information
#BB18C9 (or 0xBB18C9) is known color: Deep Magenta. HEX triplet: BB, 18 and C9. RGB value is (187,24,201). Sum of RGB (Red+Green+Blue) = 187+24+201=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB18C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18C9 is #44E736. Grayscale: #5C5C5C. Windows color (decimal): -4515639 or 13179067. OLE color: 13179067.
HSL color Cylindrical-coordinate representation of color #BB18C9: hue angle of 295.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB18C9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 24 | 201 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.21 |
| HSL | 295.25º | 0.79% | 0.44% | - |
| HSV(B) | 295.25º | 0.88% | 0.79% | - |
| XYZ | 31.36 | 15.44 | 56.58 | - |
| YUV | 92.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 201 | 0.07 | 0.88 | 0 | 0.21 | 295.25 | 0.79 | 0.44 |
| Hex | BB | 18 | C9 | 7 | 58 | 0 | 15 | 127 | 4F | 2C |
| Octal | 273 | 30 | 311 | 7 | 130 | 0 | 25 | 447 | 117 | 54 |
| Binary | 10111011 | 11000 | 11001001 | 111 | 1011000 | 0 | 10101 | 100100111 | 1001111 | 101100 |
Color Harmonies of #BB18C9
Complementary color
Monochromatic Colors of #BB18C9
Black with #BB18C9
Text Example
Text Example
White with #BB18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18C9; }
p { color: rgb(187,24,201); }
H1.HeaderClassName
{
color: #BB18C9;
}
.AnyTagClassName
{
color: #BB18C9;
}
</style>
background-color css
<style>
a { background-color: #BB18C9; }
a { background-color: rgb(187,24,201); }
div.DivClassName
{
background-color: #BB18C9;
}
.BgClassName
{
background-color: #BB18C9;
}
</style>
border-color css
<style>
span { border-color: #BB18C9; }
span { border-color: rgb(187,24,201); }
td.TdClassName
{
border-color: #BB18C9;
}
.TagClassName
{
border-color: #BB18C9;
}
</style>