Shades of East Side #B18FC1
Tints of East Side #B18FC1
RGB
CMYK
RGB Variations
Color information
#B18FC1 (or 0xB18FC1) is known color: East Side. HEX triplet: B1, 8F and C1. RGB value is (177,143,193). Sum of RGB (Red+Green+Blue) = 177+143+193=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #B18FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FC1 is #4E703E. Grayscale: #9E9E9E. Windows color (decimal): -5140543 or 12685233. OLE color: 12685233.
HSL color Cylindrical-coordinate representation of color #B18FC1: hue angle of 280.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18FC1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 143 | 193 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.24 |
| HSL | 280.8º | 0.29% | 0.66% | - |
| HSV(B) | 280.8º | 0.26% | 0.76% | - |
| XYZ | 37.58 | 32.84 | 54.81 | - |
| YUV | 158.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 193 | 0.08 | 0.26 | 0 | 0.24 | 280.8 | 0.29 | 0.66 |
| Hex | B1 | 8F | C1 | 8 | 1A | 0 | 18 | 119 | 1D | 42 |
| Octal | 261 | 217 | 301 | 10 | 32 | 0 | 30 | 431 | 35 | 102 |
| Binary | 10110001 | 10001111 | 11000001 | 1000 | 11010 | 0 | 11000 | 100011001 | 11101 | 1000010 |
Color Harmonies of #B18FC1
Complementary color
Monochromatic Colors of #B18FC1
Black with #B18FC1
Text Example
Text Example
White with #B18FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FC1; }
p { color: rgb(177,143,193); }
H1.HeaderClassName
{
color: #B18FC1;
}
.AnyTagClassName
{
color: #B18FC1;
}
</style>
background-color css
<style>
a { background-color: #B18FC1; }
a { background-color: rgb(177,143,193); }
div.DivClassName
{
background-color: #B18FC1;
}
.BgClassName
{
background-color: #B18FC1;
}
</style>
border-color css
<style>
span { border-color: #B18FC1; }
span { border-color: rgb(177,143,193); }
td.TdClassName
{
border-color: #B18FC1;
}
.TagClassName
{
border-color: #B18FC1;
}
</style>