Shades of Deep Magenta #B306BA
Tints of Deep Magenta #B306BA
RGB
CMYK
RGB Variations
Color information
#B306BA (or 0xB306BA) is known color: Deep Magenta. HEX triplet: B3, 06 and BA. RGB value is (179,6,186). Sum of RGB (Red+Green+Blue) = 179+6+186=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B306BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306BA is #4CF945. Grayscale: #4D4D4D. Windows color (decimal): -5044550 or 12191411. OLE color: 12191411.
HSL color Cylindrical-coordinate representation of color #B306BA: hue angle of 297.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306BA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 6 | 186 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.27 |
| HSL | 297.67º | 0.94% | 0.38% | - |
| HSV(B) | 297.67º | 0.97% | 0.73% | - |
| XYZ | 27.52 | 13.26 | 47.56 | - |
| YUV | 78.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 186 | 0.04 | 0.97 | 0 | 0.27 | 297.67 | 0.94 | 0.38 |
| Hex | B3 | 6 | BA | 4 | 61 | 0 | 1B | 12A | 5E | 26 |
| Octal | 263 | 6 | 272 | 4 | 141 | 0 | 33 | 452 | 136 | 46 |
| Binary | 10110011 | 110 | 10111010 | 100 | 1100001 | 0 | 11011 | 100101010 | 1011110 | 100110 |
Color Harmonies of #B306BA
Complementary color
Monochromatic Colors of #B306BA
Black with #B306BA
Text Example
Text Example
White with #B306BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306BA; }
p { color: rgb(179,6,186); }
H1.HeaderClassName
{
color: #B306BA;
}
.AnyTagClassName
{
color: #B306BA;
}
</style>
background-color css
<style>
a { background-color: #B306BA; }
a { background-color: rgb(179,6,186); }
div.DivClassName
{
background-color: #B306BA;
}
.BgClassName
{
background-color: #B306BA;
}
</style>
border-color css
<style>
span { border-color: #B306BA; }
span { border-color: rgb(179,6,186); }
td.TdClassName
{
border-color: #B306BA;
}
.TagClassName
{
border-color: #B306BA;
}
</style>