Shades of Deep Magenta #B60CDE
Tints of Deep Magenta #B60CDE
RGB
CMYK
RGB Variations
Color information
#B60CDE (or 0xB60CDE) is known color: Deep Magenta. HEX triplet: B6, 0C and DE. RGB value is (182,12,222). Sum of RGB (Red+Green+Blue) = 182+12+222=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #B60CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CDE is #49F321. Grayscale: #565656. Windows color (decimal): -4846370 or 14552246. OLE color: 14552246.
HSL color Cylindrical-coordinate representation of color #B60CDE: hue angle of 288.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CDE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 12 | 222 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.57º | 0.9% | 0.46% | - |
| HSV(B) | 288.57º | 0.95% | 0.87% | - |
| XYZ | 32.61 | 15.48 | 70.38 | - |
| YUV | 86.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 222 | 0.18 | 0.95 | 0 | 0.13 | 288.57 | 0.9 | 0.46 |
| Hex | B6 | C | DE | 12 | 5F | 0 | D | 121 | 5A | 2E |
| Octal | 266 | 14 | 336 | 22 | 137 | 0 | 15 | 441 | 132 | 56 |
| Binary | 10110110 | 1100 | 11011110 | 10010 | 1011111 | 0 | 1101 | 100100001 | 1011010 | 101110 |
Color Harmonies of #B60CDE
Complementary color
Monochromatic Colors of #B60CDE
Black with #B60CDE
Text Example
Text Example
White with #B60CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CDE; }
p { color: rgb(182,12,222); }
H1.HeaderClassName
{
color: #B60CDE;
}
.AnyTagClassName
{
color: #B60CDE;
}
</style>
background-color css
<style>
a { background-color: #B60CDE; }
a { background-color: rgb(182,12,222); }
div.DivClassName
{
background-color: #B60CDE;
}
.BgClassName
{
background-color: #B60CDE;
}
</style>
border-color css
<style>
span { border-color: #B60CDE; }
span { border-color: rgb(182,12,222); }
td.TdClassName
{
border-color: #B60CDE;
}
.TagClassName
{
border-color: #B60CDE;
}
</style>