Shades of East Side #B195C1
Tints of East Side #B195C1
RGB
CMYK
RGB Variations
Color information
#B195C1 (or 0xB195C1) is known color: East Side. HEX triplet: B1, 95 and C1. RGB value is (177,149,193). Sum of RGB (Red+Green+Blue) = 177+149+193=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #B195C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195C1 is #4E6A3E. Grayscale: #A2A2A2. Windows color (decimal): -5139007 or 12686769. OLE color: 12686769.
HSL color Cylindrical-coordinate representation of color #B195C1: hue angle of 278.18º 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 #B195C1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 149 | 193 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.24 |
| HSL | 278.18º | 0.26% | 0.67% | - |
| HSV(B) | 278.18º | 0.23% | 0.76% | - |
| XYZ | 38.5 | 34.69 | 55.12 | - |
| YUV | 162.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 193 | 0.08 | 0.23 | 0 | 0.24 | 278.18 | 0.26 | 0.67 |
| Hex | B1 | 95 | C1 | 8 | 17 | 0 | 18 | 116 | 1A | 43 |
| Octal | 261 | 225 | 301 | 10 | 27 | 0 | 30 | 426 | 32 | 103 |
| Binary | 10110001 | 10010101 | 11000001 | 1000 | 10111 | 0 | 11000 | 100010110 | 11010 | 1000011 |
Color Harmonies of #B195C1
Complementary color
Monochromatic Colors of #B195C1
Black with #B195C1
Text Example
Text Example
White with #B195C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195C1; }
p { color: rgb(177,149,193); }
H1.HeaderClassName
{
color: #B195C1;
}
.AnyTagClassName
{
color: #B195C1;
}
</style>
background-color css
<style>
a { background-color: #B195C1; }
a { background-color: rgb(177,149,193); }
div.DivClassName
{
background-color: #B195C1;
}
.BgClassName
{
background-color: #B195C1;
}
</style>
border-color css
<style>
span { border-color: #B195C1; }
span { border-color: rgb(177,149,193); }
td.TdClassName
{
border-color: #B195C1;
}
.TagClassName
{
border-color: #B195C1;
}
</style>