Shades of Deep Magenta #B60BDF
Tints of Deep Magenta #B60BDF
RGB
CMYK
RGB Variations
Color information
#B60BDF (or 0xB60BDF) is known color: Deep Magenta. HEX triplet: B6, 0B and DF. RGB value is (182,11,223). Sum of RGB (Red+Green+Blue) = 182+11+223=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B60BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BDF is #49F420. Grayscale: #555555. Windows color (decimal): -4846625 or 14617526. OLE color: 14617526.
HSL color Cylindrical-coordinate representation of color #B60BDF: hue angle of 288.4º degrees, saturation: 0.91, 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 #B60BDF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 11 | 223 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.4º | 0.91% | 0.46% | - |
| HSV(B) | 288.4º | 0.95% | 0.87% | - |
| XYZ | 32.73 | 15.51 | 71.08 | - |
| YUV | 86.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 223 | 0.18 | 0.95 | 0 | 0.13 | 288.4 | 0.91 | 0.46 |
| Hex | B6 | B | DF | 12 | 5F | 0 | D | 120 | 5B | 2E |
| Octal | 266 | 13 | 337 | 22 | 137 | 0 | 15 | 440 | 133 | 56 |
| Binary | 10110110 | 1011 | 11011111 | 10010 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101110 |
Color Harmonies of #B60BDF
Complementary color
Monochromatic Colors of #B60BDF
Black with #B60BDF
Text Example
Text Example
White with #B60BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BDF; }
p { color: rgb(182,11,223); }
H1.HeaderClassName
{
color: #B60BDF;
}
.AnyTagClassName
{
color: #B60BDF;
}
</style>
background-color css
<style>
a { background-color: #B60BDF; }
a { background-color: rgb(182,11,223); }
div.DivClassName
{
background-color: #B60BDF;
}
.BgClassName
{
background-color: #B60BDF;
}
</style>
border-color css
<style>
span { border-color: #B60BDF; }
span { border-color: rgb(182,11,223); }
td.TdClassName
{
border-color: #B60BDF;
}
.TagClassName
{
border-color: #B60BDF;
}
</style>