Shades of Medium Violet Red #B207A0
Tints of Medium Violet Red #B207A0
RGB
CMYK
RGB Variations
Color information
#B207A0 (or 0xB207A0) is known color: Medium Violet Red. HEX triplet: B2, 07 and A0. RGB value is (178,7,160). Sum of RGB (Red+Green+Blue) = 178+7+160=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B207A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207A0 is #4DF85F. Grayscale: #4B4B4B. Windows color (decimal): -5109856 or 10487730. OLE color: 10487730.
HSL color Cylindrical-coordinate representation of color #B207A0: hue angle of 306.32º 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 #B207A0 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 160 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.30 |
| HSL | 306.32º | 0.92% | 0.36% | - |
| HSV(B) | 306.32º | 0.96% | 0.7% | - |
| XYZ | 24.78 | 12.16 | 34.3 | - |
| YUV | 75.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 160 | 0 | 0.96 | 0.10 | 0.30 | 306.32 | 0.92 | 0.36 |
| Hex | B2 | 7 | A0 | 0 | 60 | A | 1E | 132 | 5C | 24 |
| Octal | 262 | 7 | 240 | 0 | 140 | 12 | 36 | 462 | 134 | 44 |
| Binary | 10110010 | 111 | 10100000 | 0 | 1100000 | 1010 | 11110 | 100110010 | 1011100 | 100100 |
Color Harmonies of #B207A0
Complementary color
Monochromatic Colors of #B207A0
Black with #B207A0
Text Example
Text Example
White with #B207A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207A0; }
p { color: rgb(178,7,160); }
H1.HeaderClassName
{
color: #B207A0;
}
.AnyTagClassName
{
color: #B207A0;
}
</style>
background-color css
<style>
a { background-color: #B207A0; }
a { background-color: rgb(178,7,160); }
div.DivClassName
{
background-color: #B207A0;
}
.BgClassName
{
background-color: #B207A0;
}
</style>
border-color css
<style>
span { border-color: #B207A0; }
span { border-color: rgb(178,7,160); }
td.TdClassName
{
border-color: #B207A0;
}
.TagClassName
{
border-color: #B207A0;
}
</style>