Shades of Deep Magenta #B207C5
Tints of Deep Magenta #B207C5
RGB
CMYK
RGB Variations
Color information
#B207C5 (or 0xB207C5) is known color: Deep Magenta. HEX triplet: B2, 07 and C5. RGB value is (178,7,197). Sum of RGB (Red+Green+Blue) = 178+7+197=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #B207C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B207C5 is #4DF83A. Grayscale: #4F4F4F. Windows color (decimal): -5109819 or 12912562. OLE color: 12912562.
HSL color Cylindrical-coordinate representation of color #B207C5: hue angle of 294º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207C5 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 7 | 197 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.23 |
| HSL | 294º | 0.93% | 0.4% | - |
| HSV(B) | 294º | 0.96% | 0.77% | - |
| XYZ | 28.51 | 13.65 | 53.95 | - |
| YUV | 79.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 197 | 0.10 | 0.96 | 0 | 0.23 | 294 | 0.93 | 0.4 |
| Hex | B2 | 7 | C5 | A | 60 | 0 | 17 | 126 | 5D | 28 |
| Octal | 262 | 7 | 305 | 12 | 140 | 0 | 27 | 446 | 135 | 50 |
| Binary | 10110010 | 111 | 11000101 | 1010 | 1100000 | 0 | 10111 | 100100110 | 1011101 | 101000 |
Color Harmonies of #B207C5
Complementary color
Monochromatic Colors of #B207C5
Black with #B207C5
Text Example
Text Example
White with #B207C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207C5; }
p { color: rgb(178,7,197); }
H1.HeaderClassName
{
color: #B207C5;
}
.AnyTagClassName
{
color: #B207C5;
}
</style>
background-color css
<style>
a { background-color: #B207C5; }
a { background-color: rgb(178,7,197); }
div.DivClassName
{
background-color: #B207C5;
}
.BgClassName
{
background-color: #B207C5;
}
</style>
border-color css
<style>
span { border-color: #B207C5; }
span { border-color: rgb(178,7,197); }
td.TdClassName
{
border-color: #B207C5;
}
.TagClassName
{
border-color: #B207C5;
}
</style>