Shades of East Side #B18FC0
Tints of East Side #B18FC0
RGB
CMYK
RGB Variations
Color information
#B18FC0 (or 0xB18FC0) is known color: East Side. HEX triplet: B1, 8F and C0. RGB value is (177,143,192). Sum of RGB (Red+Green+Blue) = 177+143+192=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #B18FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FC0 is #4E703F. Grayscale: #9E9E9E. Windows color (decimal): -5140544 or 12619697. OLE color: 12619697.
HSL color Cylindrical-coordinate representation of color #B18FC0: hue angle of 281.63º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18FC0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 143 | 192 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.25 |
| HSL | 281.63º | 0.28% | 0.66% | - |
| HSV(B) | 281.63º | 0.26% | 0.75% | - |
| XYZ | 37.47 | 32.8 | 54.22 | - |
| YUV | 158.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 192 | 0.08 | 0.26 | 0 | 0.25 | 281.63 | 0.28 | 0.66 |
| Hex | B1 | 8F | C0 | 8 | 1A | 0 | 19 | 11A | 1C | 42 |
| Octal | 261 | 217 | 300 | 10 | 32 | 0 | 31 | 432 | 34 | 102 |
| Binary | 10110001 | 10001111 | 11000000 | 1000 | 11010 | 0 | 11001 | 100011010 | 11100 | 1000010 |
Color Harmonies of #B18FC0
Complementary color
Monochromatic Colors of #B18FC0
Black with #B18FC0
Text Example
Text Example
White with #B18FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FC0; }
p { color: rgb(177,143,192); }
H1.HeaderClassName
{
color: #B18FC0;
}
.AnyTagClassName
{
color: #B18FC0;
}
</style>
background-color css
<style>
a { background-color: #B18FC0; }
a { background-color: rgb(177,143,192); }
div.DivClassName
{
background-color: #B18FC0;
}
.BgClassName
{
background-color: #B18FC0;
}
</style>
border-color css
<style>
span { border-color: #B18FC0; }
span { border-color: rgb(177,143,192); }
td.TdClassName
{
border-color: #B18FC0;
}
.TagClassName
{
border-color: #B18FC0;
}
</style>