Shades of Deep Magenta #B306C0
Tints of Deep Magenta #B306C0
RGB
CMYK
RGB Variations
Color information
#B306C0 (or 0xB306C0) is known color: Deep Magenta. HEX triplet: B3, 06 and C0. RGB value is (179,6,192). Sum of RGB (Red+Green+Blue) = 179+6+192=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #B306C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306C0 is #4CF93F. Grayscale: #4E4E4E. Windows color (decimal): -5044544 or 12584627. OLE color: 12584627.
HSL color Cylindrical-coordinate representation of color #B306C0: hue angle of 295.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306C0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 6 | 192 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.25 |
| HSL | 295.81º | 0.94% | 0.39% | - |
| HSV(B) | 295.81º | 0.97% | 0.75% | - |
| XYZ | 28.17 | 13.52 | 50.99 | - |
| YUV | 78.93 | 191.81 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 192 | 0.07 | 0.97 | 0 | 0.25 | 295.81 | 0.94 | 0.39 |
| Hex | B3 | 6 | C0 | 7 | 61 | 0 | 19 | 128 | 5E | 27 |
| Octal | 263 | 6 | 300 | 7 | 141 | 0 | 31 | 450 | 136 | 47 |
| Binary | 10110011 | 110 | 11000000 | 111 | 1100001 | 0 | 11001 | 100101000 | 1011110 | 100111 |
Color Harmonies of #B306C0
Complementary color
Monochromatic Colors of #B306C0
Black with #B306C0
Text Example
Text Example
White with #B306C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306C0; }
p { color: rgb(179,6,192); }
H1.HeaderClassName
{
color: #B306C0;
}
.AnyTagClassName
{
color: #B306C0;
}
</style>
background-color css
<style>
a { background-color: #B306C0; }
a { background-color: rgb(179,6,192); }
div.DivClassName
{
background-color: #B306C0;
}
.BgClassName
{
background-color: #B306C0;
}
</style>
border-color css
<style>
span { border-color: #B306C0; }
span { border-color: rgb(179,6,192); }
td.TdClassName
{
border-color: #B306C0;
}
.TagClassName
{
border-color: #B306C0;
}
</style>