Shades of Deep Magenta #B207C2
Tints of Deep Magenta #B207C2
RGB
CMYK
RGB Variations
Color information
#B207C2 (or 0xB207C2) is known color: Deep Magenta. HEX triplet: B2, 07 and C2. RGB value is (178,7,194). Sum of RGB (Red+Green+Blue) = 178+7+194=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #B207C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B207C2 is #4DF83D. Grayscale: #4E4E4E. Windows color (decimal): -5109822 or 12715954. OLE color: 12715954.
HSL color Cylindrical-coordinate representation of color #B207C2: hue angle of 294.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207C2 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 7 | 194 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.24 |
| HSL | 294.87º | 0.93% | 0.39% | - |
| HSV(B) | 294.87º | 0.96% | 0.76% | - |
| XYZ | 28.17 | 13.51 | 52.16 | - |
| YUV | 79.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 194 | 0.08 | 0.96 | 0 | 0.24 | 294.87 | 0.93 | 0.39 |
| Hex | B2 | 7 | C2 | 8 | 60 | 0 | 18 | 127 | 5D | 27 |
| Octal | 262 | 7 | 302 | 10 | 140 | 0 | 30 | 447 | 135 | 47 |
| Binary | 10110010 | 111 | 11000010 | 1000 | 1100000 | 0 | 11000 | 100100111 | 1011101 | 100111 |
Color Harmonies of #B207C2
Complementary color
Monochromatic Colors of #B207C2
Black with #B207C2
Text Example
Text Example
White with #B207C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207C2; }
p { color: rgb(178,7,194); }
H1.HeaderClassName
{
color: #B207C2;
}
.AnyTagClassName
{
color: #B207C2;
}
</style>
background-color css
<style>
a { background-color: #B207C2; }
a { background-color: rgb(178,7,194); }
div.DivClassName
{
background-color: #B207C2;
}
.BgClassName
{
background-color: #B207C2;
}
</style>
border-color css
<style>
span { border-color: #B207C2; }
span { border-color: rgb(178,7,194); }
td.TdClassName
{
border-color: #B207C2;
}
.TagClassName
{
border-color: #B207C2;
}
</style>