Shades of Deep Magenta #B303BC
Tints of Deep Magenta #B303BC
RGB
CMYK
RGB Variations
Color information
#B303BC (or 0xB303BC) is known color: Deep Magenta. HEX triplet: B3, 03 and BC. RGB value is (179,3,188). Sum of RGB (Red+Green+Blue) = 179+3+188=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #B303BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303BC is #4CFC43. Grayscale: #4C4C4C. Windows color (decimal): -5045316 or 12321715. OLE color: 12321715.
HSL color Cylindrical-coordinate representation of color #B303BC: hue angle of 297.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303BC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 3 | 188 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.26 |
| HSL | 297.08º | 0.97% | 0.37% | - |
| HSV(B) | 297.08º | 0.98% | 0.74% | - |
| XYZ | 27.7 | 13.28 | 48.68 | - |
| YUV | 76.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 188 | 0.05 | 0.98 | 0 | 0.26 | 297.08 | 0.97 | 0.37 |
| Hex | B3 | 3 | BC | 5 | 62 | 0 | 1A | 129 | 61 | 25 |
| Octal | 263 | 3 | 274 | 5 | 142 | 0 | 32 | 451 | 141 | 45 |
| Binary | 10110011 | 11 | 10111100 | 101 | 1100010 | 0 | 11010 | 100101001 | 1100001 | 100101 |
Color Harmonies of #B303BC
Complementary color
Monochromatic Colors of #B303BC
Black with #B303BC
Text Example
Text Example
White with #B303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303BC; }
p { color: rgb(179,3,188); }
H1.HeaderClassName
{
color: #B303BC;
}
.AnyTagClassName
{
color: #B303BC;
}
</style>
background-color css
<style>
a { background-color: #B303BC; }
a { background-color: rgb(179,3,188); }
div.DivClassName
{
background-color: #B303BC;
}
.BgClassName
{
background-color: #B303BC;
}
</style>
border-color css
<style>
span { border-color: #B303BC; }
span { border-color: rgb(179,3,188); }
td.TdClassName
{
border-color: #B303BC;
}
.TagClassName
{
border-color: #B303BC;
}
</style>