Shades of Deep Magenta #B306CF
Tints of Deep Magenta #B306CF
RGB
CMYK
RGB Variations
Color information
#B306CF (or 0xB306CF) is known color: Deep Magenta. HEX triplet: B3, 06 and CF. RGB value is (179,6,207). Sum of RGB (Red+Green+Blue) = 179+6+207=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #B306CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306CF is #4CF930. Grayscale: #505050. Windows color (decimal): -5044529 or 13567667. OLE color: 13567667.
HSL color Cylindrical-coordinate representation of color #B306CF: hue angle of 291.64º 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 #B306CF is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 6 | 207 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.19 |
| HSL | 291.64º | 0.94% | 0.42% | - |
| HSV(B) | 291.64º | 0.97% | 0.81% | - |
| XYZ | 29.92 | 14.22 | 60.2 | - |
| YUV | 80.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 207 | 0.14 | 0.97 | 0 | 0.19 | 291.64 | 0.94 | 0.42 |
| Hex | B3 | 6 | CF | E | 61 | 0 | 13 | 124 | 5E | 2A |
| Octal | 263 | 6 | 317 | 16 | 141 | 0 | 23 | 444 | 136 | 52 |
| Binary | 10110011 | 110 | 11001111 | 1110 | 1100001 | 0 | 10011 | 100100100 | 1011110 | 101010 |
Color Harmonies of #B306CF
Complementary color
Monochromatic Colors of #B306CF
Black with #B306CF
Text Example
Text Example
White with #B306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306CF; }
p { color: rgb(179,6,207); }
H1.HeaderClassName
{
color: #B306CF;
}
.AnyTagClassName
{
color: #B306CF;
}
</style>
background-color css
<style>
a { background-color: #B306CF; }
a { background-color: rgb(179,6,207); }
div.DivClassName
{
background-color: #B306CF;
}
.BgClassName
{
background-color: #B306CF;
}
</style>
border-color css
<style>
span { border-color: #B306CF; }
span { border-color: rgb(179,6,207); }
td.TdClassName
{
border-color: #B306CF;
}
.TagClassName
{
border-color: #B306CF;
}
</style>