Shades of Deep Magenta #BB1BCE
Tints of Deep Magenta #BB1BCE
RGB
CMYK
RGB Variations
Color information
#BB1BCE (or 0xBB1BCE) is known color: Deep Magenta. HEX triplet: BB, 1B and CE. RGB value is (187,27,206). Sum of RGB (Red+Green+Blue) = 187+27+206=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BCE is #44E431. Grayscale: #5E5E5E. Windows color (decimal): -4514866 or 13507515. OLE color: 13507515.
HSL color Cylindrical-coordinate representation of color #BB1BCE: hue angle of 293.63º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1BCE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 27 | 206 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.19 |
| HSL | 293.63º | 0.77% | 0.46% | - |
| HSV(B) | 293.63º | 0.87% | 0.81% | - |
| XYZ | 32.03 | 15.8 | 59.76 | - |
| YUV | 95.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 206 | 0.09 | 0.87 | 0 | 0.19 | 293.63 | 0.77 | 0.46 |
| Hex | BB | 1B | CE | 9 | 57 | 0 | 13 | 126 | 4D | 2E |
| Octal | 273 | 33 | 316 | 11 | 127 | 0 | 23 | 446 | 115 | 56 |
| Binary | 10111011 | 11011 | 11001110 | 1001 | 1010111 | 0 | 10011 | 100100110 | 1001101 | 101110 |
Color Harmonies of #BB1BCE
Complementary color
Monochromatic Colors of #BB1BCE
Black with #BB1BCE
Text Example
Text Example
White with #BB1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BCE; }
p { color: rgb(187,27,206); }
H1.HeaderClassName
{
color: #BB1BCE;
}
.AnyTagClassName
{
color: #BB1BCE;
}
</style>
background-color css
<style>
a { background-color: #BB1BCE; }
a { background-color: rgb(187,27,206); }
div.DivClassName
{
background-color: #BB1BCE;
}
.BgClassName
{
background-color: #BB1BCE;
}
</style>
border-color css
<style>
span { border-color: #BB1BCE; }
span { border-color: rgb(187,27,206); }
td.TdClassName
{
border-color: #BB1BCE;
}
.TagClassName
{
border-color: #BB1BCE;
}
</style>