Shades of Deep Magenta #B60CDB
Tints of Deep Magenta #B60CDB
RGB
CMYK
RGB Variations
Color information
#B60CDB (or 0xB60CDB) is known color: Deep Magenta. HEX triplet: B6, 0C and DB. RGB value is (182,12,219). Sum of RGB (Red+Green+Blue) = 182+12+219=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B60CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CDB is #49F324. Grayscale: #555555. Windows color (decimal): -4846373 or 14355638. OLE color: 14355638.
HSL color Cylindrical-coordinate representation of color #B60CDB: hue angle of 289.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CDB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 12 | 219 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.14 |
| HSL | 289.28º | 0.9% | 0.45% | - |
| HSV(B) | 289.28º | 0.95% | 0.86% | - |
| XYZ | 32.21 | 15.32 | 68.28 | - |
| YUV | 86.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 219 | 0.17 | 0.95 | 0 | 0.14 | 289.28 | 0.9 | 0.45 |
| Hex | B6 | C | DB | 11 | 5F | 0 | E | 121 | 5A | 2D |
| Octal | 266 | 14 | 333 | 21 | 137 | 0 | 16 | 441 | 132 | 55 |
| Binary | 10110110 | 1100 | 11011011 | 10001 | 1011111 | 0 | 1110 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B60CDB
Complementary color
Monochromatic Colors of #B60CDB
Black with #B60CDB
Text Example
Text Example
White with #B60CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CDB; }
p { color: rgb(182,12,219); }
H1.HeaderClassName
{
color: #B60CDB;
}
.AnyTagClassName
{
color: #B60CDB;
}
</style>
background-color css
<style>
a { background-color: #B60CDB; }
a { background-color: rgb(182,12,219); }
div.DivClassName
{
background-color: #B60CDB;
}
.BgClassName
{
background-color: #B60CDB;
}
</style>
border-color css
<style>
span { border-color: #B60CDB; }
span { border-color: rgb(182,12,219); }
td.TdClassName
{
border-color: #B60CDB;
}
.TagClassName
{
border-color: #B60CDB;
}
</style>