Shades of Deep Magenta #B207C6
Tints of Deep Magenta #B207C6
RGB
CMYK
RGB Variations
Color information
#B207C6 (or 0xB207C6) is known color: Deep Magenta. HEX triplet: B2, 07 and C6. RGB value is (178,7,198). Sum of RGB (Red+Green+Blue) = 178+7+198=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #B207C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B207C6 is #4DF839. Grayscale: #4F4F4F. Windows color (decimal): -5109818 or 12978098. OLE color: 12978098.
HSL color Cylindrical-coordinate representation of color #B207C6: hue angle of 293.72º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207C6 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 7 | 198 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.22 |
| HSL | 293.72º | 0.93% | 0.4% | - |
| HSV(B) | 293.72º | 0.96% | 0.78% | - |
| XYZ | 28.63 | 13.69 | 54.56 | - |
| YUV | 79.9 | 194.65 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 198 | 0.10 | 0.96 | 0 | 0.22 | 293.72 | 0.93 | 0.4 |
| Hex | B2 | 7 | C6 | A | 60 | 0 | 16 | 126 | 5D | 28 |
| Octal | 262 | 7 | 306 | 12 | 140 | 0 | 26 | 446 | 135 | 50 |
| Binary | 10110010 | 111 | 11000110 | 1010 | 1100000 | 0 | 10110 | 100100110 | 1011101 | 101000 |
Color Harmonies of #B207C6
Complementary color
Monochromatic Colors of #B207C6
Black with #B207C6
Text Example
Text Example
White with #B207C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207C6; }
p { color: rgb(178,7,198); }
H1.HeaderClassName
{
color: #B207C6;
}
.AnyTagClassName
{
color: #B207C6;
}
</style>
background-color css
<style>
a { background-color: #B207C6; }
a { background-color: rgb(178,7,198); }
div.DivClassName
{
background-color: #B207C6;
}
.BgClassName
{
background-color: #B207C6;
}
</style>
border-color css
<style>
span { border-color: #B207C6; }
span { border-color: rgb(178,7,198); }
td.TdClassName
{
border-color: #B207C6;
}
.TagClassName
{
border-color: #B207C6;
}
</style>