Shades of East Side #B27ACB
Tints of East Side #B27ACB
RGB
CMYK
RGB Variations
Color information
#B27ACB (or 0xB27ACB) is known color: East Side. HEX triplet: B2, 7A and CB. RGB value is (178,122,203). Sum of RGB (Red+Green+Blue) = 178+122+203=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #B27ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ACB is #4D8534. Grayscale: #939393. Windows color (decimal): -5080373 or 13335218. OLE color: 13335218.
HSL color Cylindrical-coordinate representation of color #B27ACB: hue angle of 281.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B27ACB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 122 | 203 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.20 |
| HSL | 281.48º | 0.44% | 0.64% | - |
| HSV(B) | 281.48º | 0.4% | 0.8% | - |
| XYZ | 36.1 | 27.7 | 59.94 | - |
| YUV | 147.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 203 | 0.12 | 0.40 | 0 | 0.20 | 281.48 | 0.44 | 0.64 |
| Hex | B2 | 7A | CB | C | 28 | 0 | 14 | 119 | 2C | 40 |
| Octal | 262 | 172 | 313 | 14 | 50 | 0 | 24 | 431 | 54 | 100 |
| Binary | 10110010 | 1111010 | 11001011 | 1100 | 101000 | 0 | 10100 | 100011001 | 101100 | 1000000 |
Color Harmonies of #B27ACB
Complementary color
Monochromatic Colors of #B27ACB
Black with #B27ACB
Text Example
Text Example
White with #B27ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27ACB; }
p { color: rgb(178,122,203); }
H1.HeaderClassName
{
color: #B27ACB;
}
.AnyTagClassName
{
color: #B27ACB;
}
</style>
background-color css
<style>
a { background-color: #B27ACB; }
a { background-color: rgb(178,122,203); }
div.DivClassName
{
background-color: #B27ACB;
}
.BgClassName
{
background-color: #B27ACB;
}
</style>
border-color css
<style>
span { border-color: #B27ACB; }
span { border-color: rgb(178,122,203); }
td.TdClassName
{
border-color: #B27ACB;
}
.TagClassName
{
border-color: #B27ACB;
}
</style>