Shades of Deep Magenta #B309CE
Tints of Deep Magenta #B309CE
RGB
CMYK
RGB Variations
Color information
#B309CE (or 0xB309CE) is known color: Deep Magenta. HEX triplet: B3, 09 and CE. RGB value is (179,9,206). Sum of RGB (Red+Green+Blue) = 179+9+206=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #B309CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309CE is #4CF631. Grayscale: #515151. Windows color (decimal): -5043762 or 13502899. OLE color: 13502899.
HSL color Cylindrical-coordinate representation of color #B309CE: hue angle of 291.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309CE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 9 | 206 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.19 |
| HSL | 291.78º | 0.92% | 0.42% | - |
| HSV(B) | 291.78º | 0.96% | 0.81% | - |
| XYZ | 29.83 | 14.24 | 59.57 | - |
| YUV | 82.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 206 | 0.13 | 0.96 | 0 | 0.19 | 291.78 | 0.92 | 0.42 |
| Hex | B3 | 9 | CE | D | 60 | 0 | 13 | 124 | 5C | 2A |
| Octal | 263 | 11 | 316 | 15 | 140 | 0 | 23 | 444 | 134 | 52 |
| Binary | 10110011 | 1001 | 11001110 | 1101 | 1100000 | 0 | 10011 | 100100100 | 1011100 | 101010 |
Color Harmonies of #B309CE
Complementary color
Monochromatic Colors of #B309CE
Black with #B309CE
Text Example
Text Example
White with #B309CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309CE; }
p { color: rgb(179,9,206); }
H1.HeaderClassName
{
color: #B309CE;
}
.AnyTagClassName
{
color: #B309CE;
}
</style>
background-color css
<style>
a { background-color: #B309CE; }
a { background-color: rgb(179,9,206); }
div.DivClassName
{
background-color: #B309CE;
}
.BgClassName
{
background-color: #B309CE;
}
</style>
border-color css
<style>
span { border-color: #B309CE; }
span { border-color: rgb(179,9,206); }
td.TdClassName
{
border-color: #B309CE;
}
.TagClassName
{
border-color: #B309CE;
}
</style>