Shades of Deep Magenta #B611BC
Tints of Deep Magenta #B611BC
RGB
CMYK
RGB Variations
Color information
#B611BC (or 0xB611BC) is known color: Deep Magenta. HEX triplet: B6, 11 and BC. RGB value is (182,17,188). Sum of RGB (Red+Green+Blue) = 182+17+188=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B611BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611BC is #49EE43. Grayscale: #555555. Windows color (decimal): -4845124 or 12325302. OLE color: 12325302.
HSL color Cylindrical-coordinate representation of color #B611BC: hue angle of 297.89º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B611BC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 17 | 188 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.26 |
| HSL | 297.89º | 0.83% | 0.4% | - |
| HSV(B) | 297.89º | 0.91% | 0.74% | - |
| XYZ | 28.57 | 13.98 | 48.77 | - |
| YUV | 85.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 188 | 0.03 | 0.91 | 0 | 0.26 | 297.89 | 0.83 | 0.4 |
| Hex | B6 | 11 | BC | 3 | 5B | 0 | 1A | 12A | 53 | 28 |
| Octal | 266 | 21 | 274 | 3 | 133 | 0 | 32 | 452 | 123 | 50 |
| Binary | 10110110 | 10001 | 10111100 | 11 | 1011011 | 0 | 11010 | 100101010 | 1010011 | 101000 |
Color Harmonies of #B611BC
Complementary color
Monochromatic Colors of #B611BC
Black with #B611BC
Text Example
Text Example
White with #B611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611BC; }
p { color: rgb(182,17,188); }
H1.HeaderClassName
{
color: #B611BC;
}
.AnyTagClassName
{
color: #B611BC;
}
</style>
background-color css
<style>
a { background-color: #B611BC; }
a { background-color: rgb(182,17,188); }
div.DivClassName
{
background-color: #B611BC;
}
.BgClassName
{
background-color: #B611BC;
}
</style>
border-color css
<style>
span { border-color: #B611BC; }
span { border-color: rgb(182,17,188); }
td.TdClassName
{
border-color: #B611BC;
}
.TagClassName
{
border-color: #B611BC;
}
</style>