Shades of East Side #B08FC1
Tints of East Side #B08FC1
RGB
CMYK
RGB Variations
Color information
#B08FC1 (or 0xB08FC1) is known color: East Side. HEX triplet: B0, 8F and C1. RGB value is (176,143,193). Sum of RGB (Red+Green+Blue) = 176+143+193=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #B08FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FC1 is #4F703E. Grayscale: #9E9E9E. Windows color (decimal): -5206079 or 12685232. OLE color: 12685232.
HSL color Cylindrical-coordinate representation of color #B08FC1: hue angle of 279.6º 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 #B08FC1 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 143 | 193 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.24 |
| HSL | 279.6º | 0.29% | 0.66% | - |
| HSV(B) | 279.6º | 0.26% | 0.76% | - |
| XYZ | 37.35 | 32.73 | 54.8 | - |
| YUV | 158.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 193 | 0.09 | 0.26 | 0 | 0.24 | 279.6 | 0.29 | 0.66 |
| Hex | B0 | 8F | C1 | 9 | 1A | 0 | 18 | 118 | 1D | 42 |
| Octal | 260 | 217 | 301 | 11 | 32 | 0 | 30 | 430 | 35 | 102 |
| Binary | 10110000 | 10001111 | 11000001 | 1001 | 11010 | 0 | 11000 | 100011000 | 11101 | 1000010 |
Color Harmonies of #B08FC1
Complementary color
Monochromatic Colors of #B08FC1
Black with #B08FC1
Text Example
Text Example
White with #B08FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FC1; }
p { color: rgb(176,143,193); }
H1.HeaderClassName
{
color: #B08FC1;
}
.AnyTagClassName
{
color: #B08FC1;
}
</style>
background-color css
<style>
a { background-color: #B08FC1; }
a { background-color: rgb(176,143,193); }
div.DivClassName
{
background-color: #B08FC1;
}
.BgClassName
{
background-color: #B08FC1;
}
</style>
border-color css
<style>
span { border-color: #B08FC1; }
span { border-color: rgb(176,143,193); }
td.TdClassName
{
border-color: #B08FC1;
}
.TagClassName
{
border-color: #B08FC1;
}
</style>