Shades of Deep Magenta #BB01C7
Tints of Deep Magenta #BB01C7
RGB
CMYK
RGB Variations
Color information
#BB01C7 (or 0xBB01C7) is known color: Deep Magenta. HEX triplet: BB, 01 and C7. RGB value is (187,1,199). Sum of RGB (Red+Green+Blue) = 187+1+199=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB01C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01C7 is #44FE38. Grayscale: #4E4E4E. Windows color (decimal): -4521529 or 13042107. OLE color: 13042107.
HSL color Cylindrical-coordinate representation of color #BB01C7: hue angle of 296.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01C7 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 1 | 199 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.22 |
| HSL | 296.36º | 0.99% | 0.39% | - |
| HSV(B) | 296.36º | 0.99% | 0.78% | - |
| XYZ | 30.81 | 14.71 | 55.25 | - |
| YUV | 79.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 199 | 0.06 | 0.99 | 0 | 0.22 | 296.36 | 0.99 | 0.39 |
| Hex | BB | 1 | C7 | 6 | 63 | 0 | 16 | 128 | 63 | 27 |
| Octal | 273 | 1 | 307 | 6 | 143 | 0 | 26 | 450 | 143 | 47 |
| Binary | 10111011 | 1 | 11000111 | 110 | 1100011 | 0 | 10110 | 100101000 | 1100011 | 100111 |
Color Harmonies of #BB01C7
Complementary color
Monochromatic Colors of #BB01C7
Black with #BB01C7
Text Example
Text Example
White with #BB01C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01C7; }
p { color: rgb(187,1,199); }
H1.HeaderClassName
{
color: #BB01C7;
}
.AnyTagClassName
{
color: #BB01C7;
}
</style>
background-color css
<style>
a { background-color: #BB01C7; }
a { background-color: rgb(187,1,199); }
div.DivClassName
{
background-color: #BB01C7;
}
.BgClassName
{
background-color: #BB01C7;
}
</style>
border-color css
<style>
span { border-color: #BB01C7; }
span { border-color: rgb(187,1,199); }
td.TdClassName
{
border-color: #BB01C7;
}
.TagClassName
{
border-color: #BB01C7;
}
</style>