Shades of Deep Magenta #BB0FC6
Tints of Deep Magenta #BB0FC6
RGB
CMYK
RGB Variations
Color information
#BB0FC6 (or 0xBB0FC6) is known color: Deep Magenta. HEX triplet: BB, 0F and C6. RGB value is (187,15,198). Sum of RGB (Red+Green+Blue) = 187+15+198=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FC6 is #44F039. Grayscale: #565656. Windows color (decimal): -4517946 or 12980155. OLE color: 12980155.
HSL color Cylindrical-coordinate representation of color #BB0FC6: hue angle of 296.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FC6 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 15 | 198 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.22 |
| HSL | 296.39º | 0.86% | 0.42% | - |
| HSV(B) | 296.39º | 0.92% | 0.78% | - |
| XYZ | 30.86 | 14.98 | 54.69 | - |
| YUV | 87.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 198 | 0.06 | 0.92 | 0 | 0.22 | 296.39 | 0.86 | 0.42 |
| Hex | BB | F | C6 | 6 | 5C | 0 | 16 | 128 | 56 | 2A |
| Octal | 273 | 17 | 306 | 6 | 134 | 0 | 26 | 450 | 126 | 52 |
| Binary | 10111011 | 1111 | 11000110 | 110 | 1011100 | 0 | 10110 | 100101000 | 1010110 | 101010 |
Color Harmonies of #BB0FC6
Complementary color
Monochromatic Colors of #BB0FC6
Black with #BB0FC6
Text Example
Text Example
White with #BB0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FC6; }
p { color: rgb(187,15,198); }
H1.HeaderClassName
{
color: #BB0FC6;
}
.AnyTagClassName
{
color: #BB0FC6;
}
</style>
background-color css
<style>
a { background-color: #BB0FC6; }
a { background-color: rgb(187,15,198); }
div.DivClassName
{
background-color: #BB0FC6;
}
.BgClassName
{
background-color: #BB0FC6;
}
</style>
border-color css
<style>
span { border-color: #BB0FC6; }
span { border-color: rgb(187,15,198); }
td.TdClassName
{
border-color: #BB0FC6;
}
.TagClassName
{
border-color: #BB0FC6;
}
</style>