Shades of Deep Magenta #B306DB
Tints of Deep Magenta #B306DB
RGB
CMYK
RGB Variations
Color information
#B306DB (or 0xB306DB) is known color: Deep Magenta. HEX triplet: B3, 06 and DB. RGB value is (179,6,219). Sum of RGB (Red+Green+Blue) = 179+6+219=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #B306DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306DB is #4CF924. Grayscale: #515151. Windows color (decimal): -5044517 or 14354099. OLE color: 14354099.
HSL color Cylindrical-coordinate representation of color #B306DB: hue angle of 288.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306DB is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 6 | 219 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.14 |
| HSL | 288.73º | 0.95% | 0.44% | - |
| HSV(B) | 288.73º | 0.97% | 0.86% | - |
| XYZ | 31.44 | 14.83 | 68.22 | - |
| YUV | 82.01 | 205.31 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 219 | 0.18 | 0.97 | 0 | 0.14 | 288.73 | 0.95 | 0.44 |
| Hex | B3 | 6 | DB | 12 | 61 | 0 | E | 121 | 5F | 2C |
| Octal | 263 | 6 | 333 | 22 | 141 | 0 | 16 | 441 | 137 | 54 |
| Binary | 10110011 | 110 | 11011011 | 10010 | 1100001 | 0 | 1110 | 100100001 | 1011111 | 101100 |
Color Harmonies of #B306DB
Complementary color
Monochromatic Colors of #B306DB
Black with #B306DB
Text Example
Text Example
White with #B306DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306DB; }
p { color: rgb(179,6,219); }
H1.HeaderClassName
{
color: #B306DB;
}
.AnyTagClassName
{
color: #B306DB;
}
</style>
background-color css
<style>
a { background-color: #B306DB; }
a { background-color: rgb(179,6,219); }
div.DivClassName
{
background-color: #B306DB;
}
.BgClassName
{
background-color: #B306DB;
}
</style>
border-color css
<style>
span { border-color: #B306DB; }
span { border-color: rgb(179,6,219); }
td.TdClassName
{
border-color: #B306DB;
}
.TagClassName
{
border-color: #B306DB;
}
</style>