Shades of Deep Magenta #B60BBC
Tints of Deep Magenta #B60BBC
RGB
CMYK
RGB Variations
Color information
#B60BBC (or 0xB60BBC) is known color: Deep Magenta. HEX triplet: B6, 0B and BC. RGB value is (182,11,188). Sum of RGB (Red+Green+Blue) = 182+11+188=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #B60BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BBC is #49F443. Grayscale: #515151. Windows color (decimal): -4846660 or 12323766. OLE color: 12323766.
HSL color Cylindrical-coordinate representation of color #B60BBC: hue angle of 297.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BBC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 11 | 188 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.26 |
| HSL | 297.97º | 0.89% | 0.39% | - |
| HSV(B) | 297.97º | 0.94% | 0.74% | - |
| XYZ | 28.49 | 13.82 | 48.74 | - |
| YUV | 82.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 188 | 0.03 | 0.94 | 0 | 0.26 | 297.97 | 0.89 | 0.39 |
| Hex | B6 | B | BC | 3 | 5E | 0 | 1A | 12A | 59 | 27 |
| Octal | 266 | 13 | 274 | 3 | 136 | 0 | 32 | 452 | 131 | 47 |
| Binary | 10110110 | 1011 | 10111100 | 11 | 1011110 | 0 | 11010 | 100101010 | 1011001 | 100111 |
Color Harmonies of #B60BBC
Complementary color
Monochromatic Colors of #B60BBC
Black with #B60BBC
Text Example
Text Example
White with #B60BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BBC; }
p { color: rgb(182,11,188); }
H1.HeaderClassName
{
color: #B60BBC;
}
.AnyTagClassName
{
color: #B60BBC;
}
</style>
background-color css
<style>
a { background-color: #B60BBC; }
a { background-color: rgb(182,11,188); }
div.DivClassName
{
background-color: #B60BBC;
}
.BgClassName
{
background-color: #B60BBC;
}
</style>
border-color css
<style>
span { border-color: #B60BBC; }
span { border-color: rgb(182,11,188); }
td.TdClassName
{
border-color: #B60BBC;
}
.TagClassName
{
border-color: #B60BBC;
}
</style>