Shades of Deep Magenta #B608DF
Tints of Deep Magenta #B608DF
RGB
CMYK
RGB Variations
Color information
#B608DF (or 0xB608DF) is known color: Deep Magenta. HEX triplet: B6, 08 and DF. RGB value is (182,8,223). Sum of RGB (Red+Green+Blue) = 182+8+223=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #B608DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608DF is #49F720. Grayscale: #535353. Windows color (decimal): -4847393 or 14616758. OLE color: 14616758.
HSL color Cylindrical-coordinate representation of color #B608DF: hue angle of 288.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608DF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 8 | 223 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.13 |
| HSL | 288.56º | 0.93% | 0.45% | - |
| HSV(B) | 288.56º | 0.96% | 0.87% | - |
| XYZ | 32.7 | 15.45 | 71.07 | - |
| YUV | 84.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 223 | 0.18 | 0.96 | 0 | 0.13 | 288.56 | 0.93 | 0.45 |
| Hex | B6 | 8 | DF | 12 | 60 | 0 | D | 121 | 5D | 2D |
| Octal | 266 | 10 | 337 | 22 | 140 | 0 | 15 | 441 | 135 | 55 |
| Binary | 10110110 | 1000 | 11011111 | 10010 | 1100000 | 0 | 1101 | 100100001 | 1011101 | 101101 |
Color Harmonies of #B608DF
Complementary color
Monochromatic Colors of #B608DF
Black with #B608DF
Text Example
Text Example
White with #B608DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B608DF; }
p { color: rgb(182,8,223); }
H1.HeaderClassName
{
color: #B608DF;
}
.AnyTagClassName
{
color: #B608DF;
}
</style>
background-color css
<style>
a { background-color: #B608DF; }
a { background-color: rgb(182,8,223); }
div.DivClassName
{
background-color: #B608DF;
}
.BgClassName
{
background-color: #B608DF;
}
</style>
border-color css
<style>
span { border-color: #B608DF; }
span { border-color: rgb(182,8,223); }
td.TdClassName
{
border-color: #B608DF;
}
.TagClassName
{
border-color: #B608DF;
}
</style>