Shades of Deep Magenta #B309D4
Tints of Deep Magenta #B309D4
RGB
CMYK
RGB Variations
Color information
#B309D4 (or 0xB309D4) is known color: Deep Magenta. HEX triplet: B3, 09 and D4. RGB value is (179,9,212). Sum of RGB (Red+Green+Blue) = 179+9+212=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #B309D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309D4 is #4CF62B. Grayscale: #525252. Windows color (decimal): -5043756 or 13896115. OLE color: 13896115.
HSL color Cylindrical-coordinate representation of color #B309D4: hue angle of 290.25º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309D4 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 9 | 212 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.17 |
| HSL | 290.25º | 0.92% | 0.43% | - |
| HSV(B) | 290.25º | 0.96% | 0.83% | - |
| XYZ | 30.57 | 14.53 | 63.48 | - |
| YUV | 82.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 212 | 0.16 | 0.96 | 0 | 0.17 | 290.25 | 0.92 | 0.43 |
| Hex | B3 | 9 | D4 | 10 | 60 | 0 | 11 | 122 | 5C | 2B |
| Octal | 263 | 11 | 324 | 20 | 140 | 0 | 21 | 442 | 134 | 53 |
| Binary | 10110011 | 1001 | 11010100 | 10000 | 1100000 | 0 | 10001 | 100100010 | 1011100 | 101011 |
Color Harmonies of #B309D4
Complementary color
Monochromatic Colors of #B309D4
Black with #B309D4
Text Example
Text Example
White with #B309D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309D4; }
p { color: rgb(179,9,212); }
H1.HeaderClassName
{
color: #B309D4;
}
.AnyTagClassName
{
color: #B309D4;
}
</style>
background-color css
<style>
a { background-color: #B309D4; }
a { background-color: rgb(179,9,212); }
div.DivClassName
{
background-color: #B309D4;
}
.BgClassName
{
background-color: #B309D4;
}
</style>
border-color css
<style>
span { border-color: #B309D4; }
span { border-color: rgb(179,9,212); }
td.TdClassName
{
border-color: #B309D4;
}
.TagClassName
{
border-color: #B309D4;
}
</style>