Shades of Deep Magenta #B608DB
Tints of Deep Magenta #B608DB
RGB
CMYK
RGB Variations
Color information
#B608DB (or 0xB608DB) is known color: Deep Magenta. HEX triplet: B6, 08 and DB. RGB value is (182,8,219). Sum of RGB (Red+Green+Blue) = 182+8+219=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B608DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608DB is #49F724. Grayscale: #535353. Windows color (decimal): -4847397 or 14354614. OLE color: 14354614.
HSL color Cylindrical-coordinate representation of color #B608DB: hue angle of 289.48º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608DB is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 8 | 219 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.14 |
| HSL | 289.48º | 0.93% | 0.45% | - |
| HSV(B) | 289.48º | 0.96% | 0.86% | - |
| XYZ | 32.16 | 15.23 | 68.26 | - |
| YUV | 84.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 219 | 0.17 | 0.96 | 0 | 0.14 | 289.48 | 0.93 | 0.45 |
| Hex | B6 | 8 | DB | 11 | 60 | 0 | E | 121 | 5D | 2D |
| Octal | 266 | 10 | 333 | 21 | 140 | 0 | 16 | 441 | 135 | 55 |
| Binary | 10110110 | 1000 | 11011011 | 10001 | 1100000 | 0 | 1110 | 100100001 | 1011101 | 101101 |
Color Harmonies of #B608DB
Complementary color
Monochromatic Colors of #B608DB
Black with #B608DB
Text Example
Text Example
White with #B608DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B608DB; }
p { color: rgb(182,8,219); }
H1.HeaderClassName
{
color: #B608DB;
}
.AnyTagClassName
{
color: #B608DB;
}
</style>
background-color css
<style>
a { background-color: #B608DB; }
a { background-color: rgb(182,8,219); }
div.DivClassName
{
background-color: #B608DB;
}
.BgClassName
{
background-color: #B608DB;
}
</style>
border-color css
<style>
span { border-color: #B608DB; }
span { border-color: rgb(182,8,219); }
td.TdClassName
{
border-color: #B608DB;
}
.TagClassName
{
border-color: #B608DB;
}
</style>