Shades of East Side #B27ED5
Tints of East Side #B27ED5
RGB
CMYK
RGB Variations
Color information
#B27ED5 (or 0xB27ED5) is known color: East Side. HEX triplet: B2, 7E and D5. RGB value is (178,126,213). Sum of RGB (Red+Green+Blue) = 178+126+213=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #B27ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ED5 is #4D812A. Grayscale: #979797. Windows color (decimal): -5079339 or 13991602. OLE color: 13991602.
HSL color Cylindrical-coordinate representation of color #B27ED5: hue angle of 275.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27ED5 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 126 | 213 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.16 |
| HSL | 275.86º | 0.51% | 0.66% | - |
| HSV(B) | 275.86º | 0.41% | 0.84% | - |
| XYZ | 37.83 | 29.19 | 66.59 | - |
| YUV | 151.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 213 | 0.16 | 0.41 | 0 | 0.16 | 275.86 | 0.51 | 0.66 |
| Hex | B2 | 7E | D5 | 10 | 29 | 0 | 10 | 114 | 33 | 42 |
| Octal | 262 | 176 | 325 | 20 | 51 | 0 | 20 | 424 | 63 | 102 |
| Binary | 10110010 | 1111110 | 11010101 | 10000 | 101001 | 0 | 10000 | 100010100 | 110011 | 1000010 |
Color Harmonies of #B27ED5
Complementary color
Monochromatic Colors of #B27ED5
Black with #B27ED5
Text Example
Text Example
White with #B27ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27ED5; }
p { color: rgb(178,126,213); }
H1.HeaderClassName
{
color: #B27ED5;
}
.AnyTagClassName
{
color: #B27ED5;
}
</style>
background-color css
<style>
a { background-color: #B27ED5; }
a { background-color: rgb(178,126,213); }
div.DivClassName
{
background-color: #B27ED5;
}
.BgClassName
{
background-color: #B27ED5;
}
</style>
border-color css
<style>
span { border-color: #B27ED5; }
span { border-color: rgb(178,126,213); }
td.TdClassName
{
border-color: #B27ED5;
}
.TagClassName
{
border-color: #B27ED5;
}
</style>