Shades of Deep Magenta #B309B3
Tints of Deep Magenta #B309B3
RGB
CMYK
RGB Variations
Color information
#B309B3 (or 0xB309B3) is known color: Deep Magenta. HEX triplet: B3, 09 and B3. RGB value is (179,9,179). Sum of RGB (Red+Green+Blue) = 179+9+179=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B309B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309B3 is #4CF64C. Grayscale: #4E4E4E. Windows color (decimal): -5043789 or 11733427. OLE color: 11733427.
HSL color Cylindrical-coordinate representation of color #B309B3: hue angle of 300º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B309B3 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 179 | - |
| CMYK | 0 | 0.95 | 0 | 0.30 |
| HSL | 300º | 0.9% | 0.37% | - |
| HSV(B) | 300º | 0.95% | 0.7% | - |
| XYZ | 26.82 | 13.03 | 43.75 | - |
| YUV | 79.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 179 | 0 | 0.95 | 0 | 0.30 | 300 | 0.9 | 0.37 |
| Hex | B3 | 9 | B3 | 0 | 5F | 0 | 1E | 12C | 5A | 25 |
| Octal | 263 | 11 | 263 | 0 | 137 | 0 | 36 | 454 | 132 | 45 |
| Binary | 10110011 | 1001 | 10110011 | 0 | 1011111 | 0 | 11110 | 100101100 | 1011010 | 100101 |
Color Harmonies of #B309B3
Complementary color
Monochromatic Colors of #B309B3
Black with #B309B3
Text Example
Text Example
White with #B309B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309B3; }
p { color: rgb(179,9,179); }
H1.HeaderClassName
{
color: #B309B3;
}
.AnyTagClassName
{
color: #B309B3;
}
</style>
background-color css
<style>
a { background-color: #B309B3; }
a { background-color: rgb(179,9,179); }
div.DivClassName
{
background-color: #B309B3;
}
.BgClassName
{
background-color: #B309B3;
}
</style>
border-color css
<style>
span { border-color: #B309B3; }
span { border-color: rgb(179,9,179); }
td.TdClassName
{
border-color: #B309B3;
}
.TagClassName
{
border-color: #B309B3;
}
</style>