Shades of Deep Magenta #B007BC
Tints of Deep Magenta #B007BC
RGB
CMYK
RGB Variations
Color information
#B007BC (or 0xB007BC) is known color: Deep Magenta. HEX triplet: B0, 07 and BC. RGB value is (176,7,188). Sum of RGB (Red+Green+Blue) = 176+7+188=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #B007BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007BC is #4FF843. Grayscale: #4D4D4D. Windows color (decimal): -5240900 or 12322736. OLE color: 12322736.
HSL color Cylindrical-coordinate representation of color #B007BC: hue angle of 296.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B007BC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 7 | 188 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.26 |
| HSL | 296.02º | 0.93% | 0.38% | - |
| HSV(B) | 296.02º | 0.96% | 0.74% | - |
| XYZ | 27.06 | 13.01 | 48.66 | - |
| YUV | 78.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 188 | 0.06 | 0.96 | 0 | 0.26 | 296.02 | 0.93 | 0.38 |
| Hex | B0 | 7 | BC | 6 | 60 | 0 | 1A | 128 | 5D | 26 |
| Octal | 260 | 7 | 274 | 6 | 140 | 0 | 32 | 450 | 135 | 46 |
| Binary | 10110000 | 111 | 10111100 | 110 | 1100000 | 0 | 11010 | 100101000 | 1011101 | 100110 |
Color Harmonies of #B007BC
Complementary color
Monochromatic Colors of #B007BC
Black with #B007BC
Text Example
Text Example
White with #B007BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007BC; }
p { color: rgb(176,7,188); }
H1.HeaderClassName
{
color: #B007BC;
}
.AnyTagClassName
{
color: #B007BC;
}
</style>
background-color css
<style>
a { background-color: #B007BC; }
a { background-color: rgb(176,7,188); }
div.DivClassName
{
background-color: #B007BC;
}
.BgClassName
{
background-color: #B007BC;
}
</style>
border-color css
<style>
span { border-color: #B007BC; }
span { border-color: rgb(176,7,188); }
td.TdClassName
{
border-color: #B007BC;
}
.TagClassName
{
border-color: #B007BC;
}
</style>