Shades of Deep Magenta #B300BC
Tints of Deep Magenta #B300BC
RGB
CMYK
RGB Variations
Color information
#B300BC (or 0xB300BC) is known color: Deep Magenta. HEX triplet: B3, 00 and BC. RGB value is (179,0,188). Sum of RGB (Red+Green+Blue) = 179+0+188=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #B300BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300BC is #4CFF43. Grayscale: #4A4A4A. Windows color (decimal): -5046084 or 12320947. OLE color: 12320947.
HSL color Cylindrical-coordinate representation of color #B300BC: hue angle of 297.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300BC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 0 | 188 | - |
| CMYK | 0.05 | 1 | 0 | 0.26 |
| HSL | 297.13º | 1% | 0.37% | - |
| HSV(B) | 297.13º | 1% | 0.74% | - |
| XYZ | 27.67 | 13.21 | 48.67 | - |
| YUV | 74.95 | 191.8 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 188 | 0.05 | 1 | 0 | 0.26 | 297.13 | 1 | 0.37 |
| Hex | B3 | 0 | BC | 5 | 64 | 0 | 1A | 129 | 64 | 25 |
| Octal | 263 | 0 | 274 | 5 | 144 | 0 | 32 | 451 | 144 | 45 |
| Binary | 10110011 | 0 | 10111100 | 101 | 1100100 | 0 | 11010 | 100101001 | 1100100 | 100101 |
Color Harmonies of #B300BC
Complementary color
Monochromatic Colors of #B300BC
Black with #B300BC
Text Example
Text Example
White with #B300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300BC; }
p { color: rgb(179,0,188); }
H1.HeaderClassName
{
color: #B300BC;
}
.AnyTagClassName
{
color: #B300BC;
}
</style>
background-color css
<style>
a { background-color: #B300BC; }
a { background-color: rgb(179,0,188); }
div.DivClassName
{
background-color: #B300BC;
}
.BgClassName
{
background-color: #B300BC;
}
</style>
border-color css
<style>
span { border-color: #B300BC; }
span { border-color: rgb(179,0,188); }
td.TdClassName
{
border-color: #B300BC;
}
.TagClassName
{
border-color: #B300BC;
}
</style>