Shades of Deep Magenta #B306B0
Tints of Deep Magenta #B306B0
RGB
CMYK
RGB Variations
Color information
#B306B0 (or 0xB306B0) is known color: Deep Magenta. HEX triplet: B3, 06 and B0. RGB value is (179,6,176). Sum of RGB (Red+Green+Blue) = 179+6+176=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B306B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B306B0 is #4CF94F. Grayscale: #4C4C4C. Windows color (decimal): -5044560 or 11536051. OLE color: 11536051.
HSL color Cylindrical-coordinate representation of color #B306B0: hue angle of 301.04º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306B0 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.30 |
| HSL | 301.04º | 0.94% | 0.36% | - |
| HSV(B) | 301.04º | 0.97% | 0.7% | - |
| XYZ | 26.49 | 12.85 | 42.16 | - |
| YUV | 77.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 176 | 0 | 0.97 | 0.02 | 0.30 | 301.04 | 0.94 | 0.36 |
| Hex | B3 | 6 | B0 | 0 | 61 | 2 | 1E | 12D | 5E | 24 |
| Octal | 263 | 6 | 260 | 0 | 141 | 2 | 36 | 455 | 136 | 44 |
| Binary | 10110011 | 110 | 10110000 | 0 | 1100001 | 10 | 11110 | 100101101 | 1011110 | 100100 |
Color Harmonies of #B306B0
Complementary color
Monochromatic Colors of #B306B0
Black with #B306B0
Text Example
Text Example
White with #B306B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306B0; }
p { color: rgb(179,6,176); }
H1.HeaderClassName
{
color: #B306B0;
}
.AnyTagClassName
{
color: #B306B0;
}
</style>
background-color css
<style>
a { background-color: #B306B0; }
a { background-color: rgb(179,6,176); }
div.DivClassName
{
background-color: #B306B0;
}
.BgClassName
{
background-color: #B306B0;
}
</style>
border-color css
<style>
span { border-color: #B306B0; }
span { border-color: rgb(179,6,176); }
td.TdClassName
{
border-color: #B306B0;
}
.TagClassName
{
border-color: #B306B0;
}
</style>