Shades of Deep Magenta #B207B0
Tints of Deep Magenta #B207B0
RGB
CMYK
RGB Variations
Color information
#B207B0 (or 0xB207B0) is known color: Deep Magenta. HEX triplet: B2, 07 and B0. RGB value is (178,7,176). Sum of RGB (Red+Green+Blue) = 178+7+176=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B207B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207B0 is #4DF84F. Grayscale: #4C4C4C. Windows color (decimal): -5109840 or 11536306. OLE color: 11536306.
HSL color Cylindrical-coordinate representation of color #B207B0: hue angle of 300.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207B0 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 176 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.30 |
| HSL | 300.7º | 0.92% | 0.36% | - |
| HSV(B) | 300.7º | 0.96% | 0.7% | - |
| XYZ | 26.27 | 12.75 | 42.15 | - |
| YUV | 77.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 176 | 0 | 0.96 | 0.01 | 0.30 | 300.7 | 0.92 | 0.36 |
| Hex | B2 | 7 | B0 | 0 | 60 | 1 | 1E | 12D | 5C | 24 |
| Octal | 262 | 7 | 260 | 0 | 140 | 1 | 36 | 455 | 134 | 44 |
| Binary | 10110010 | 111 | 10110000 | 0 | 1100000 | 1 | 11110 | 100101101 | 1011100 | 100100 |
Color Harmonies of #B207B0
Complementary color
Monochromatic Colors of #B207B0
Black with #B207B0
Text Example
Text Example
White with #B207B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207B0; }
p { color: rgb(178,7,176); }
H1.HeaderClassName
{
color: #B207B0;
}
.AnyTagClassName
{
color: #B207B0;
}
</style>
background-color css
<style>
a { background-color: #B207B0; }
a { background-color: rgb(178,7,176); }
div.DivClassName
{
background-color: #B207B0;
}
.BgClassName
{
background-color: #B207B0;
}
</style>
border-color css
<style>
span { border-color: #B207B0; }
span { border-color: rgb(178,7,176); }
td.TdClassName
{
border-color: #B207B0;
}
.TagClassName
{
border-color: #B207B0;
}
</style>