Shades of East Side #B27AD6
Tints of East Side #B27AD6
RGB
CMYK
RGB Variations
Color information
#B27AD6 (or 0xB27AD6) is known color: East Side. HEX triplet: B2, 7A and D6. RGB value is (178,122,214). Sum of RGB (Red+Green+Blue) = 178+122+214=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #B27AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AD6 is #4D8529. Grayscale: #949494. Windows color (decimal): -5080362 or 14056114. OLE color: 14056114.
HSL color Cylindrical-coordinate representation of color #B27AD6: hue angle of 276.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27AD6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 122 | 214 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.16 |
| HSL | 276.52º | 0.53% | 0.66% | - |
| HSV(B) | 276.52º | 0.43% | 0.84% | - |
| XYZ | 37.46 | 28.24 | 67.09 | - |
| YUV | 149.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 214 | 0.17 | 0.43 | 0 | 0.16 | 276.52 | 0.53 | 0.66 |
| Hex | B2 | 7A | D6 | 11 | 2B | 0 | 10 | 115 | 35 | 42 |
| Octal | 262 | 172 | 326 | 21 | 53 | 0 | 20 | 425 | 65 | 102 |
| Binary | 10110010 | 1111010 | 11010110 | 10001 | 101011 | 0 | 10000 | 100010101 | 110101 | 1000010 |
Color Harmonies of #B27AD6
Complementary color
Monochromatic Colors of #B27AD6
Black with #B27AD6
Text Example
Text Example
White with #B27AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AD6; }
p { color: rgb(178,122,214); }
H1.HeaderClassName
{
color: #B27AD6;
}
.AnyTagClassName
{
color: #B27AD6;
}
</style>
background-color css
<style>
a { background-color: #B27AD6; }
a { background-color: rgb(178,122,214); }
div.DivClassName
{
background-color: #B27AD6;
}
.BgClassName
{
background-color: #B27AD6;
}
</style>
border-color css
<style>
span { border-color: #B27AD6; }
span { border-color: rgb(178,122,214); }
td.TdClassName
{
border-color: #B27AD6;
}
.TagClassName
{
border-color: #B27AD6;
}
</style>