Shades of Deep Magenta #B308D9
Tints of Deep Magenta #B308D9
RGB
CMYK
RGB Variations
Color information
#B308D9 (or 0xB308D9) is known color: Deep Magenta. HEX triplet: B3, 08 and D9. RGB value is (179,8,217). Sum of RGB (Red+Green+Blue) = 179+8+217=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #B308D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308D9 is #4CF726. Grayscale: #525252. Windows color (decimal): -5044007 or 14223539. OLE color: 14223539.
HSL color Cylindrical-coordinate representation of color #B308D9: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308D9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 8 | 217 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.15 |
| HSL | 289.09º | 0.93% | 0.44% | - |
| HSV(B) | 289.09º | 0.96% | 0.85% | - |
| XYZ | 31.2 | 14.77 | 66.85 | - |
| YUV | 82.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 217 | 0.18 | 0.96 | 0 | 0.15 | 289.09 | 0.93 | 0.44 |
| Hex | B3 | 8 | D9 | 12 | 60 | 0 | F | 121 | 5D | 2C |
| Octal | 263 | 10 | 331 | 22 | 140 | 0 | 17 | 441 | 135 | 54 |
| Binary | 10110011 | 1000 | 11011001 | 10010 | 1100000 | 0 | 1111 | 100100001 | 1011101 | 101100 |
Color Harmonies of #B308D9
Complementary color
Monochromatic Colors of #B308D9
Black with #B308D9
Text Example
Text Example
White with #B308D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308D9; }
p { color: rgb(179,8,217); }
H1.HeaderClassName
{
color: #B308D9;
}
.AnyTagClassName
{
color: #B308D9;
}
</style>
background-color css
<style>
a { background-color: #B308D9; }
a { background-color: rgb(179,8,217); }
div.DivClassName
{
background-color: #B308D9;
}
.BgClassName
{
background-color: #B308D9;
}
</style>
border-color css
<style>
span { border-color: #B308D9; }
span { border-color: rgb(179,8,217); }
td.TdClassName
{
border-color: #B308D9;
}
.TagClassName
{
border-color: #B308D9;
}
</style>