Shades of East Side #B18ACF
Tints of East Side #B18ACF
RGB
CMYK
RGB Variations
Color information
#B18ACF (or 0xB18ACF) is known color: East Side. HEX triplet: B1, 8A and CF. RGB value is (177,138,207). Sum of RGB (Red+Green+Blue) = 177+138+207=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #B18ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ACF is #4E7530. Grayscale: #9D9D9D. Windows color (decimal): -5141809 or 13601457. OLE color: 13601457.
HSL color Cylindrical-coordinate representation of color #B18ACF: hue angle of 273.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18ACF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 138 | 207 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.19 |
| HSL | 273.91º | 0.42% | 0.68% | - |
| HSV(B) | 273.91º | 0.33% | 0.81% | - |
| XYZ | 38.48 | 32.03 | 63.19 | - |
| YUV | 157.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 207 | 0.14 | 0.33 | 0 | 0.19 | 273.91 | 0.42 | 0.68 |
| Hex | B1 | 8A | CF | E | 21 | 0 | 13 | 112 | 2A | 44 |
| Octal | 261 | 212 | 317 | 16 | 41 | 0 | 23 | 422 | 52 | 104 |
| Binary | 10110001 | 10001010 | 11001111 | 1110 | 100001 | 0 | 10011 | 100010010 | 101010 | 1000100 |
Color Harmonies of #B18ACF
Complementary color
Monochromatic Colors of #B18ACF
Black with #B18ACF
Text Example
Text Example
White with #B18ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18ACF; }
p { color: rgb(177,138,207); }
H1.HeaderClassName
{
color: #B18ACF;
}
.AnyTagClassName
{
color: #B18ACF;
}
</style>
background-color css
<style>
a { background-color: #B18ACF; }
a { background-color: rgb(177,138,207); }
div.DivClassName
{
background-color: #B18ACF;
}
.BgClassName
{
background-color: #B18ACF;
}
</style>
border-color css
<style>
span { border-color: #B18ACF; }
span { border-color: rgb(177,138,207); }
td.TdClassName
{
border-color: #B18ACF;
}
.TagClassName
{
border-color: #B18ACF;
}
</style>