Shades of Deep Magenta #B007CB
Tints of Deep Magenta #B007CB
RGB
CMYK
RGB Variations
Color information
#B007CB (or 0xB007CB) is known color: Deep Magenta. HEX triplet: B0, 07 and CB. RGB value is (176,7,203). Sum of RGB (Red+Green+Blue) = 176+7+203=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B007CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007CB is #4FF834. Grayscale: #4F4F4F. Windows color (decimal): -5240885 or 13305776. OLE color: 13305776.
HSL color Cylindrical-coordinate representation of color #B007CB: hue angle of 291.73º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007CB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 7 | 203 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.20 |
| HSL | 291.73º | 0.93% | 0.41% | - |
| HSV(B) | 291.73º | 0.97% | 0.8% | - |
| XYZ | 28.76 | 13.69 | 57.63 | - |
| YUV | 79.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 203 | 0.13 | 0.97 | 0 | 0.20 | 291.73 | 0.93 | 0.41 |
| Hex | B0 | 7 | CB | D | 61 | 0 | 14 | 124 | 5D | 29 |
| Octal | 260 | 7 | 313 | 15 | 141 | 0 | 24 | 444 | 135 | 51 |
| Binary | 10110000 | 111 | 11001011 | 1101 | 1100001 | 0 | 10100 | 100100100 | 1011101 | 101001 |
Color Harmonies of #B007CB
Complementary color
Monochromatic Colors of #B007CB
Black with #B007CB
Text Example
Text Example
White with #B007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007CB; }
p { color: rgb(176,7,203); }
H1.HeaderClassName
{
color: #B007CB;
}
.AnyTagClassName
{
color: #B007CB;
}
</style>
background-color css
<style>
a { background-color: #B007CB; }
a { background-color: rgb(176,7,203); }
div.DivClassName
{
background-color: #B007CB;
}
.BgClassName
{
background-color: #B007CB;
}
</style>
border-color css
<style>
span { border-color: #B007CB; }
span { border-color: rgb(176,7,203); }
td.TdClassName
{
border-color: #B007CB;
}
.TagClassName
{
border-color: #B007CB;
}
</style>