Shades of Deep Magenta #B309C9
Tints of Deep Magenta #B309C9
RGB
CMYK
RGB Variations
Color information
#B309C9 (or 0xB309C9) is known color: Deep Magenta. HEX triplet: B3, 09 and C9. RGB value is (179,9,201). Sum of RGB (Red+Green+Blue) = 179+9+201=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #B309C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309C9 is #4CF636. Grayscale: #515151. Windows color (decimal): -5043767 or 13175219. OLE color: 13175219.
HSL color Cylindrical-coordinate representation of color #B309C9: hue angle of 293.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309C9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 9 | 201 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.21 |
| HSL | 293.13º | 0.91% | 0.41% | - |
| HSV(B) | 293.13º | 0.96% | 0.79% | - |
| XYZ | 29.23 | 14 | 56.42 | - |
| YUV | 81.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 201 | 0.11 | 0.96 | 0 | 0.21 | 293.13 | 0.91 | 0.41 |
| Hex | B3 | 9 | C9 | B | 60 | 0 | 15 | 125 | 5B | 29 |
| Octal | 263 | 11 | 311 | 13 | 140 | 0 | 25 | 445 | 133 | 51 |
| Binary | 10110011 | 1001 | 11001001 | 1011 | 1100000 | 0 | 10101 | 100100101 | 1011011 | 101001 |
Color Harmonies of #B309C9
Complementary color
Monochromatic Colors of #B309C9
Black with #B309C9
Text Example
Text Example
White with #B309C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309C9; }
p { color: rgb(179,9,201); }
H1.HeaderClassName
{
color: #B309C9;
}
.AnyTagClassName
{
color: #B309C9;
}
</style>
background-color css
<style>
a { background-color: #B309C9; }
a { background-color: rgb(179,9,201); }
div.DivClassName
{
background-color: #B309C9;
}
.BgClassName
{
background-color: #B309C9;
}
</style>
border-color css
<style>
span { border-color: #B309C9; }
span { border-color: rgb(179,9,201); }
td.TdClassName
{
border-color: #B309C9;
}
.TagClassName
{
border-color: #B309C9;
}
</style>