Shades of Medium Violet Red #B207A1
Tints of Medium Violet Red #B207A1
RGB
CMYK
RGB Variations
Color information
#B207A1 (or 0xB207A1) is known color: Medium Violet Red. HEX triplet: B2, 07 and A1. RGB value is (178,7,161). Sum of RGB (Red+Green+Blue) = 178+7+161=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B207A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207A1 is #4DF85E. Grayscale: #4B4B4B. Windows color (decimal): -5109855 or 10553266. OLE color: 10553266.
HSL color Cylindrical-coordinate representation of color #B207A1: hue angle of 305.96º 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 #B207A1 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.30 |
| HSL | 305.96º | 0.92% | 0.36% | - |
| HSV(B) | 305.96º | 0.96% | 0.7% | - |
| XYZ | 24.87 | 12.19 | 34.76 | - |
| YUV | 75.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 161 | 0 | 0.96 | 0.10 | 0.30 | 305.96 | 0.92 | 0.36 |
| Hex | B2 | 7 | A1 | 0 | 60 | A | 1E | 132 | 5C | 24 |
| Octal | 262 | 7 | 241 | 0 | 140 | 12 | 36 | 462 | 134 | 44 |
| Binary | 10110010 | 111 | 10100001 | 0 | 1100000 | 1010 | 11110 | 100110010 | 1011100 | 100100 |
Color Harmonies of #B207A1
Complementary color
Monochromatic Colors of #B207A1
Black with #B207A1
Text Example
Text Example
White with #B207A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207A1; }
p { color: rgb(178,7,161); }
H1.HeaderClassName
{
color: #B207A1;
}
.AnyTagClassName
{
color: #B207A1;
}
</style>
background-color css
<style>
a { background-color: #B207A1; }
a { background-color: rgb(178,7,161); }
div.DivClassName
{
background-color: #B207A1;
}
.BgClassName
{
background-color: #B207A1;
}
</style>
border-color css
<style>
span { border-color: #B207A1; }
span { border-color: rgb(178,7,161); }
td.TdClassName
{
border-color: #B207A1;
}
.TagClassName
{
border-color: #B207A1;
}
</style>