Shades of Deep Magenta #B207BC
Tints of Deep Magenta #B207BC
RGB
CMYK
RGB Variations
Color information
#B207BC (or 0xB207BC) is known color: Deep Magenta. HEX triplet: B2, 07 and BC. RGB value is (178,7,188). Sum of RGB (Red+Green+Blue) = 178+7+188=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #B207BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B207BC is #4DF843. Grayscale: #4E4E4E. Windows color (decimal): -5109828 or 12322738. OLE color: 12322738.
HSL color Cylindrical-coordinate representation of color #B207BC: hue angle of 296.69º 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 #B207BC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 7 | 188 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.26 |
| HSL | 296.69º | 0.93% | 0.38% | - |
| HSV(B) | 296.69º | 0.96% | 0.74% | - |
| XYZ | 27.51 | 13.25 | 48.68 | - |
| YUV | 78.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 188 | 0.05 | 0.96 | 0 | 0.26 | 296.69 | 0.93 | 0.38 |
| Hex | B2 | 7 | BC | 5 | 60 | 0 | 1A | 129 | 5D | 26 |
| Octal | 262 | 7 | 274 | 5 | 140 | 0 | 32 | 451 | 135 | 46 |
| Binary | 10110010 | 111 | 10111100 | 101 | 1100000 | 0 | 11010 | 100101001 | 1011101 | 100110 |
Color Harmonies of #B207BC
Complementary color
Monochromatic Colors of #B207BC
Black with #B207BC
Text Example
Text Example
White with #B207BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207BC; }
p { color: rgb(178,7,188); }
H1.HeaderClassName
{
color: #B207BC;
}
.AnyTagClassName
{
color: #B207BC;
}
</style>
background-color css
<style>
a { background-color: #B207BC; }
a { background-color: rgb(178,7,188); }
div.DivClassName
{
background-color: #B207BC;
}
.BgClassName
{
background-color: #B207BC;
}
</style>
border-color css
<style>
span { border-color: #B207BC; }
span { border-color: rgb(178,7,188); }
td.TdClassName
{
border-color: #B207BC;
}
.TagClassName
{
border-color: #B207BC;
}
</style>