Shades of East Side #B18FC6
Tints of East Side #B18FC6
RGB
CMYK
RGB Variations
Color information
#B18FC6 (or 0xB18FC6) is known color: East Side. HEX triplet: B1, 8F and C6. RGB value is (177,143,198). Sum of RGB (Red+Green+Blue) = 177+143+198=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #B18FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FC6 is #4E7039. Grayscale: #9F9F9F. Windows color (decimal): -5140538 or 13012913. OLE color: 13012913.
HSL color Cylindrical-coordinate representation of color #B18FC6: hue angle of 277.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18FC6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 143 | 198 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.22 |
| HSL | 277.09º | 0.33% | 0.67% | - |
| HSV(B) | 277.09º | 0.28% | 0.78% | - |
| XYZ | 38.15 | 33.07 | 57.8 | - |
| YUV | 159.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 198 | 0.11 | 0.28 | 0 | 0.22 | 277.09 | 0.33 | 0.67 |
| Hex | B1 | 8F | C6 | B | 1C | 0 | 16 | 115 | 21 | 43 |
| Octal | 261 | 217 | 306 | 13 | 34 | 0 | 26 | 425 | 41 | 103 |
| Binary | 10110001 | 10001111 | 11000110 | 1011 | 11100 | 0 | 10110 | 100010101 | 100001 | 1000011 |
Color Harmonies of #B18FC6
Complementary color
Monochromatic Colors of #B18FC6
Black with #B18FC6
Text Example
Text Example
White with #B18FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FC6; }
p { color: rgb(177,143,198); }
H1.HeaderClassName
{
color: #B18FC6;
}
.AnyTagClassName
{
color: #B18FC6;
}
</style>
background-color css
<style>
a { background-color: #B18FC6; }
a { background-color: rgb(177,143,198); }
div.DivClassName
{
background-color: #B18FC6;
}
.BgClassName
{
background-color: #B18FC6;
}
</style>
border-color css
<style>
span { border-color: #B18FC6; }
span { border-color: rgb(177,143,198); }
td.TdClassName
{
border-color: #B18FC6;
}
.TagClassName
{
border-color: #B18FC6;
}
</style>