Shades of Deep Magenta #B305BC
Tints of Deep Magenta #B305BC
RGB
CMYK
RGB Variations
Color information
#B305BC (or 0xB305BC) is known color: Deep Magenta. HEX triplet: B3, 05 and BC. RGB value is (179,5,188). Sum of RGB (Red+Green+Blue) = 179+5+188=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #B305BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305BC is #4CFA43. Grayscale: #4D4D4D. Windows color (decimal): -5044804 or 12322227. OLE color: 12322227.
HSL color Cylindrical-coordinate representation of color #B305BC: hue angle of 297.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B305BC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 5 | 188 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.26 |
| HSL | 297.05º | 0.95% | 0.38% | - |
| HSV(B) | 297.05º | 0.97% | 0.74% | - |
| XYZ | 27.72 | 13.32 | 48.69 | - |
| YUV | 77.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 188 | 0.05 | 0.97 | 0 | 0.26 | 297.05 | 0.95 | 0.38 |
| Hex | B3 | 5 | BC | 5 | 61 | 0 | 1A | 129 | 5F | 26 |
| Octal | 263 | 5 | 274 | 5 | 141 | 0 | 32 | 451 | 137 | 46 |
| Binary | 10110011 | 101 | 10111100 | 101 | 1100001 | 0 | 11010 | 100101001 | 1011111 | 100110 |
Color Harmonies of #B305BC
Complementary color
Monochromatic Colors of #B305BC
Black with #B305BC
Text Example
Text Example
White with #B305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305BC; }
p { color: rgb(179,5,188); }
H1.HeaderClassName
{
color: #B305BC;
}
.AnyTagClassName
{
color: #B305BC;
}
</style>
background-color css
<style>
a { background-color: #B305BC; }
a { background-color: rgb(179,5,188); }
div.DivClassName
{
background-color: #B305BC;
}
.BgClassName
{
background-color: #B305BC;
}
</style>
border-color css
<style>
span { border-color: #B305BC; }
span { border-color: rgb(179,5,188); }
td.TdClassName
{
border-color: #B305BC;
}
.TagClassName
{
border-color: #B305BC;
}
</style>