Shades of East Side #B07AC2
Tints of East Side #B07AC2
RGB
CMYK
RGB Variations
Color information
#B07AC2 (or 0xB07AC2) is known color: East Side. HEX triplet: B0, 7A and C2. RGB value is (176,122,194). Sum of RGB (Red+Green+Blue) = 176+122+194=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #B07AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AC2 is #4F853D. Grayscale: #929292. Windows color (decimal): -5211454 or 12745392. OLE color: 12745392.
HSL color Cylindrical-coordinate representation of color #B07AC2: hue angle of 285º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B07AC2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 122 | 194 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.24 |
| HSL | 285º | 0.37% | 0.62% | - |
| HSV(B) | 285º | 0.37% | 0.76% | - |
| XYZ | 34.6 | 27.04 | 54.44 | - |
| YUV | 146.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 194 | 0.09 | 0.37 | 0 | 0.24 | 285 | 0.37 | 0.62 |
| Hex | B0 | 7A | C2 | 9 | 25 | 0 | 18 | 11D | 25 | 3E |
| Octal | 260 | 172 | 302 | 11 | 45 | 0 | 30 | 435 | 45 | 76 |
| Binary | 10110000 | 1111010 | 11000010 | 1001 | 100101 | 0 | 11000 | 100011101 | 100101 | 111110 |
Color Harmonies of #B07AC2
Complementary color
Monochromatic Colors of #B07AC2
Black with #B07AC2
Text Example
Text Example
White with #B07AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AC2; }
p { color: rgb(176,122,194); }
H1.HeaderClassName
{
color: #B07AC2;
}
.AnyTagClassName
{
color: #B07AC2;
}
</style>
background-color css
<style>
a { background-color: #B07AC2; }
a { background-color: rgb(176,122,194); }
div.DivClassName
{
background-color: #B07AC2;
}
.BgClassName
{
background-color: #B07AC2;
}
</style>
border-color css
<style>
span { border-color: #B07AC2; }
span { border-color: rgb(176,122,194); }
td.TdClassName
{
border-color: #B07AC2;
}
.TagClassName
{
border-color: #B07AC2;
}
</style>