Shades of East Side #B27AC0
Tints of East Side #B27AC0
RGB
CMYK
RGB Variations
Color information
#B27AC0 (or 0xB27AC0) is known color: East Side. HEX triplet: B2, 7A and C0. RGB value is (178,122,192). Sum of RGB (Red+Green+Blue) = 178+122+192=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #B27AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AC0 is #4D853F. Grayscale: #929292. Windows color (decimal): -5080384 or 12614322. OLE color: 12614322.
HSL color Cylindrical-coordinate representation of color #B27AC0: hue angle of 288º 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 #B27AC0 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 122 | 192 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.25 |
| HSL | 288º | 0.36% | 0.62% | - |
| HSV(B) | 288º | 0.36% | 0.75% | - |
| XYZ | 34.83 | 27.19 | 53.28 | - |
| YUV | 146.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 192 | 0.07 | 0.36 | 0 | 0.25 | 288 | 0.36 | 0.62 |
| Hex | B2 | 7A | C0 | 7 | 24 | 0 | 19 | 120 | 24 | 3E |
| Octal | 262 | 172 | 300 | 7 | 44 | 0 | 31 | 440 | 44 | 76 |
| Binary | 10110010 | 1111010 | 11000000 | 111 | 100100 | 0 | 11001 | 100100000 | 100100 | 111110 |
Color Harmonies of #B27AC0
Complementary color
Monochromatic Colors of #B27AC0
Black with #B27AC0
Text Example
Text Example
White with #B27AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AC0; }
p { color: rgb(178,122,192); }
H1.HeaderClassName
{
color: #B27AC0;
}
.AnyTagClassName
{
color: #B27AC0;
}
</style>
background-color css
<style>
a { background-color: #B27AC0; }
a { background-color: rgb(178,122,192); }
div.DivClassName
{
background-color: #B27AC0;
}
.BgClassName
{
background-color: #B27AC0;
}
</style>
border-color css
<style>
span { border-color: #B27AC0; }
span { border-color: rgb(178,122,192); }
td.TdClassName
{
border-color: #B27AC0;
}
.TagClassName
{
border-color: #B27AC0;
}
</style>