Shades of Deep Magenta #B207AF
Tints of Deep Magenta #B207AF
RGB
CMYK
RGB Variations
Color information
#B207AF (or 0xB207AF) is known color: Deep Magenta. HEX triplet: B2, 07 and AF. RGB value is (178,7,175). Sum of RGB (Red+Green+Blue) = 178+7+175=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B207AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207AF is #4DF850. Grayscale: #4C4C4C. Windows color (decimal): -5109841 or 11470770. OLE color: 11470770.
HSL color Cylindrical-coordinate representation of color #B207AF: hue angle of 301.05º 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 #B207AF is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 175 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.30 |
| HSL | 301.05º | 0.92% | 0.36% | - |
| HSV(B) | 301.05º | 0.96% | 0.7% | - |
| XYZ | 26.17 | 12.71 | 41.63 | - |
| YUV | 77.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 175 | 0 | 0.96 | 0.02 | 0.30 | 301.05 | 0.92 | 0.36 |
| Hex | B2 | 7 | AF | 0 | 60 | 2 | 1E | 12D | 5C | 24 |
| Octal | 262 | 7 | 257 | 0 | 140 | 2 | 36 | 455 | 134 | 44 |
| Binary | 10110010 | 111 | 10101111 | 0 | 1100000 | 10 | 11110 | 100101101 | 1011100 | 100100 |
Color Harmonies of #B207AF
Complementary color
Monochromatic Colors of #B207AF
Black with #B207AF
Text Example
Text Example
White with #B207AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207AF; }
p { color: rgb(178,7,175); }
H1.HeaderClassName
{
color: #B207AF;
}
.AnyTagClassName
{
color: #B207AF;
}
</style>
background-color css
<style>
a { background-color: #B207AF; }
a { background-color: rgb(178,7,175); }
div.DivClassName
{
background-color: #B207AF;
}
.BgClassName
{
background-color: #B207AF;
}
</style>
border-color css
<style>
span { border-color: #B207AF; }
span { border-color: rgb(178,7,175); }
td.TdClassName
{
border-color: #B207AF;
}
.TagClassName
{
border-color: #B207AF;
}
</style>