Shades of Deep Magenta #B306CE
Tints of Deep Magenta #B306CE
RGB
CMYK
RGB Variations
Color information
#B306CE (or 0xB306CE) is known color: Deep Magenta. HEX triplet: B3, 06 and CE. RGB value is (179,6,206). Sum of RGB (Red+Green+Blue) = 179+6+206=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #B306CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306CE is #4CF931. Grayscale: #4F4F4F. Windows color (decimal): -5044530 or 13502131. OLE color: 13502131.
HSL color Cylindrical-coordinate representation of color #B306CE: hue angle of 291.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306CE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 6 | 206 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.19 |
| HSL | 291.9º | 0.94% | 0.42% | - |
| HSV(B) | 291.9º | 0.97% | 0.81% | - |
| XYZ | 29.8 | 14.17 | 59.56 | - |
| YUV | 80.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 206 | 0.13 | 0.97 | 0 | 0.19 | 291.9 | 0.94 | 0.42 |
| Hex | B3 | 6 | CE | D | 61 | 0 | 13 | 124 | 5E | 2A |
| Octal | 263 | 6 | 316 | 15 | 141 | 0 | 23 | 444 | 136 | 52 |
| Binary | 10110011 | 110 | 11001110 | 1101 | 1100001 | 0 | 10011 | 100100100 | 1011110 | 101010 |
Color Harmonies of #B306CE
Complementary color
Monochromatic Colors of #B306CE
Black with #B306CE
Text Example
Text Example
White with #B306CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306CE; }
p { color: rgb(179,6,206); }
H1.HeaderClassName
{
color: #B306CE;
}
.AnyTagClassName
{
color: #B306CE;
}
</style>
background-color css
<style>
a { background-color: #B306CE; }
a { background-color: rgb(179,6,206); }
div.DivClassName
{
background-color: #B306CE;
}
.BgClassName
{
background-color: #B306CE;
}
</style>
border-color css
<style>
span { border-color: #B306CE; }
span { border-color: rgb(179,6,206); }
td.TdClassName
{
border-color: #B306CE;
}
.TagClassName
{
border-color: #B306CE;
}
</style>