Shades of East Side #B17FCD
Tints of East Side #B17FCD
RGB
CMYK
RGB Variations
Color information
#B17FCD (or 0xB17FCD) is known color: East Side. HEX triplet: B1, 7F and CD. RGB value is (177,127,205). Sum of RGB (Red+Green+Blue) = 177+127+205=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FCD is #4E8032. Grayscale: #969696. Windows color (decimal): -5144627 or 13467569. OLE color: 13467569.
HSL color Cylindrical-coordinate representation of color #B17FCD: hue angle of 278.46º 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 #B17FCD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 127 | 205 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.20 |
| HSL | 278.46º | 0.44% | 0.65% | - |
| HSV(B) | 278.46º | 0.38% | 0.8% | - |
| XYZ | 36.74 | 28.93 | 61.41 | - |
| YUV | 150.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 205 | 0.14 | 0.38 | 0 | 0.20 | 278.46 | 0.44 | 0.65 |
| Hex | B1 | 7F | CD | E | 26 | 0 | 14 | 116 | 2C | 41 |
| Octal | 261 | 177 | 315 | 16 | 46 | 0 | 24 | 426 | 54 | 101 |
| Binary | 10110001 | 1111111 | 11001101 | 1110 | 100110 | 0 | 10100 | 100010110 | 101100 | 1000001 |
Color Harmonies of #B17FCD
Complementary color
Monochromatic Colors of #B17FCD
Black with #B17FCD
Text Example
Text Example
White with #B17FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FCD; }
p { color: rgb(177,127,205); }
H1.HeaderClassName
{
color: #B17FCD;
}
.AnyTagClassName
{
color: #B17FCD;
}
</style>
background-color css
<style>
a { background-color: #B17FCD; }
a { background-color: rgb(177,127,205); }
div.DivClassName
{
background-color: #B17FCD;
}
.BgClassName
{
background-color: #B17FCD;
}
</style>
border-color css
<style>
span { border-color: #B17FCD; }
span { border-color: rgb(177,127,205); }
td.TdClassName
{
border-color: #B17FCD;
}
.TagClassName
{
border-color: #B17FCD;
}
</style>