Shades of East Side #B095C1
Tints of East Side #B095C1
RGB
CMYK
RGB Variations
Color information
#B095C1 (or 0xB095C1) is known color: East Side. HEX triplet: B0, 95 and C1. RGB value is (176,149,193). Sum of RGB (Red+Green+Blue) = 176+149+193=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #B095C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095C1 is #4F6A3E. Grayscale: #A1A1A1. Windows color (decimal): -5204543 or 12686768. OLE color: 12686768.
HSL color Cylindrical-coordinate representation of color #B095C1: hue angle of 276.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B095C1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 149 | 193 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.24 |
| HSL | 276.82º | 0.26% | 0.67% | - |
| HSV(B) | 276.82º | 0.23% | 0.76% | - |
| XYZ | 38.28 | 34.58 | 55.11 | - |
| YUV | 162.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 193 | 0.09 | 0.23 | 0 | 0.24 | 276.82 | 0.26 | 0.67 |
| Hex | B0 | 95 | C1 | 9 | 17 | 0 | 18 | 115 | 1A | 43 |
| Octal | 260 | 225 | 301 | 11 | 27 | 0 | 30 | 425 | 32 | 103 |
| Binary | 10110000 | 10010101 | 11000001 | 1001 | 10111 | 0 | 11000 | 100010101 | 11010 | 1000011 |
Color Harmonies of #B095C1
Complementary color
Monochromatic Colors of #B095C1
Black with #B095C1
Text Example
Text Example
White with #B095C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095C1; }
p { color: rgb(176,149,193); }
H1.HeaderClassName
{
color: #B095C1;
}
.AnyTagClassName
{
color: #B095C1;
}
</style>
background-color css
<style>
a { background-color: #B095C1; }
a { background-color: rgb(176,149,193); }
div.DivClassName
{
background-color: #B095C1;
}
.BgClassName
{
background-color: #B095C1;
}
</style>
border-color css
<style>
span { border-color: #B095C1; }
span { border-color: rgb(176,149,193); }
td.TdClassName
{
border-color: #B095C1;
}
.TagClassName
{
border-color: #B095C1;
}
</style>