Shades of East Side #B27BBD
Tints of East Side #B27BBD
RGB
CMYK
RGB Variations
Color information
#B27BBD (or 0xB27BBD) is known color: East Side. HEX triplet: B2, 7B and BD. RGB value is (178,123,189). Sum of RGB (Red+Green+Blue) = 178+123+189=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #B27BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BBD is #4D8442. Grayscale: #929292. Windows color (decimal): -5080131 or 12417970. OLE color: 12417970.
HSL color Cylindrical-coordinate representation of color #B27BBD: hue angle of 290º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27BBD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 123 | 189 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.26 |
| HSL | 290º | 0.33% | 0.61% | - |
| HSV(B) | 290º | 0.35% | 0.74% | - |
| XYZ | 34.63 | 27.31 | 51.59 | - |
| YUV | 146.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 189 | 0.06 | 0.35 | 0 | 0.26 | 290 | 0.33 | 0.61 |
| Hex | B2 | 7B | BD | 6 | 23 | 0 | 1A | 122 | 21 | 3D |
| Octal | 262 | 173 | 275 | 6 | 43 | 0 | 32 | 442 | 41 | 75 |
| Binary | 10110010 | 1111011 | 10111101 | 110 | 100011 | 0 | 11010 | 100100010 | 100001 | 111101 |
Color Harmonies of #B27BBD
Complementary color
Monochromatic Colors of #B27BBD
Black with #B27BBD
Text Example
Text Example
White with #B27BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BBD; }
p { color: rgb(178,123,189); }
H1.HeaderClassName
{
color: #B27BBD;
}
.AnyTagClassName
{
color: #B27BBD;
}
</style>
background-color css
<style>
a { background-color: #B27BBD; }
a { background-color: rgb(178,123,189); }
div.DivClassName
{
background-color: #B27BBD;
}
.BgClassName
{
background-color: #B27BBD;
}
</style>
border-color css
<style>
span { border-color: #B27BBD; }
span { border-color: rgb(178,123,189); }
td.TdClassName
{
border-color: #B27BBD;
}
.TagClassName
{
border-color: #B27BBD;
}
</style>