Shades of East Side #B27FCD
Tints of East Side #B27FCD
RGB
CMYK
RGB Variations
Color information
#B27FCD (or 0xB27FCD) is known color: East Side. HEX triplet: B2, 7F and CD. RGB value is (178,127,205). Sum of RGB (Red+Green+Blue) = 178+127+205=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #B27FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FCD is #4D8032. Grayscale: #969696. Windows color (decimal): -5079091 or 13467570. OLE color: 13467570.
HSL color Cylindrical-coordinate representation of color #B27FCD: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27FCD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 127 | 205 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.20 |
| HSL | 279.23º | 0.44% | 0.65% | - |
| HSV(B) | 279.23º | 0.38% | 0.8% | - |
| XYZ | 36.97 | 29.05 | 61.42 | - |
| YUV | 151.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 205 | 0.13 | 0.38 | 0 | 0.20 | 279.23 | 0.44 | 0.65 |
| Hex | B2 | 7F | CD | D | 26 | 0 | 14 | 117 | 2C | 41 |
| Octal | 262 | 177 | 315 | 15 | 46 | 0 | 24 | 427 | 54 | 101 |
| Binary | 10110010 | 1111111 | 11001101 | 1101 | 100110 | 0 | 10100 | 100010111 | 101100 | 1000001 |
Color Harmonies of #B27FCD
Complementary color
Monochromatic Colors of #B27FCD
Black with #B27FCD
Text Example
Text Example
White with #B27FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FCD; }
p { color: rgb(178,127,205); }
H1.HeaderClassName
{
color: #B27FCD;
}
.AnyTagClassName
{
color: #B27FCD;
}
</style>
background-color css
<style>
a { background-color: #B27FCD; }
a { background-color: rgb(178,127,205); }
div.DivClassName
{
background-color: #B27FCD;
}
.BgClassName
{
background-color: #B27FCD;
}
</style>
border-color css
<style>
span { border-color: #B27FCD; }
span { border-color: rgb(178,127,205); }
td.TdClassName
{
border-color: #B27FCD;
}
.TagClassName
{
border-color: #B27FCD;
}
</style>