Shades of East Side #B07AC0
Tints of East Side #B07AC0
RGB
CMYK
RGB Variations
Color information
#B07AC0 (or 0xB07AC0) is known color: East Side. HEX triplet: B0, 7A and C0. RGB value is (176,122,192). Sum of RGB (Red+Green+Blue) = 176+122+192=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #B07AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AC0 is #4F853F. Grayscale: #919191. Windows color (decimal): -5211456 or 12614320. OLE color: 12614320.
HSL color Cylindrical-coordinate representation of color #B07AC0: hue angle of 286.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07AC0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 122 | 192 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.25 |
| HSL | 286.29º | 0.36% | 0.62% | - |
| HSV(B) | 286.29º | 0.36% | 0.75% | - |
| XYZ | 34.38 | 26.95 | 53.26 | - |
| YUV | 146.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 192 | 0.08 | 0.36 | 0 | 0.25 | 286.29 | 0.36 | 0.62 |
| Hex | B0 | 7A | C0 | 8 | 24 | 0 | 19 | 11E | 24 | 3E |
| Octal | 260 | 172 | 300 | 10 | 44 | 0 | 31 | 436 | 44 | 76 |
| Binary | 10110000 | 1111010 | 11000000 | 1000 | 100100 | 0 | 11001 | 100011110 | 100100 | 111110 |
Color Harmonies of #B07AC0
Complementary color
Monochromatic Colors of #B07AC0
Black with #B07AC0
Text Example
Text Example
White with #B07AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AC0; }
p { color: rgb(176,122,192); }
H1.HeaderClassName
{
color: #B07AC0;
}
.AnyTagClassName
{
color: #B07AC0;
}
</style>
background-color css
<style>
a { background-color: #B07AC0; }
a { background-color: rgb(176,122,192); }
div.DivClassName
{
background-color: #B07AC0;
}
.BgClassName
{
background-color: #B07AC0;
}
</style>
border-color css
<style>
span { border-color: #B07AC0; }
span { border-color: rgb(176,122,192); }
td.TdClassName
{
border-color: #B07AC0;
}
.TagClassName
{
border-color: #B07AC0;
}
</style>