Shades of East Side #B27FBC
Tints of East Side #B27FBC
RGB
CMYK
RGB Variations
Color information
#B27FBC (or 0xB27FBC) is known color: East Side. HEX triplet: B2, 7F and BC. RGB value is (178,127,188). Sum of RGB (Red+Green+Blue) = 178+127+188=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B27FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBC is #4D8043. Grayscale: #959595. Windows color (decimal): -5079108 or 12353458. OLE color: 12353458.
HSL color Cylindrical-coordinate representation of color #B27FBC: hue angle of 290.16º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27FBC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 127 | 188 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.26 |
| HSL | 290.16º | 0.31% | 0.62% | - |
| HSV(B) | 290.16º | 0.32% | 0.74% | - |
| XYZ | 35.03 | 28.27 | 51.19 | - |
| YUV | 149.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 188 | 0.05 | 0.32 | 0 | 0.26 | 290.16 | 0.31 | 0.62 |
| Hex | B2 | 7F | BC | 5 | 20 | 0 | 1A | 122 | 1F | 3E |
| Octal | 262 | 177 | 274 | 5 | 40 | 0 | 32 | 442 | 37 | 76 |
| Binary | 10110010 | 1111111 | 10111100 | 101 | 100000 | 0 | 11010 | 100100010 | 11111 | 111110 |
Color Harmonies of #B27FBC
Complementary color
Monochromatic Colors of #B27FBC
Black with #B27FBC
Text Example
Text Example
White with #B27FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FBC; }
p { color: rgb(178,127,188); }
H1.HeaderClassName
{
color: #B27FBC;
}
.AnyTagClassName
{
color: #B27FBC;
}
</style>
background-color css
<style>
a { background-color: #B27FBC; }
a { background-color: rgb(178,127,188); }
div.DivClassName
{
background-color: #B27FBC;
}
.BgClassName
{
background-color: #B27FBC;
}
</style>
border-color css
<style>
span { border-color: #B27FBC; }
span { border-color: rgb(178,127,188); }
td.TdClassName
{
border-color: #B27FBC;
}
.TagClassName
{
border-color: #B27FBC;
}
</style>