Shades of East Side #B395C1
Tints of East Side #B395C1
RGB
CMYK
RGB Variations
Color information
#B395C1 (or 0xB395C1) is known color: East Side. HEX triplet: B3, 95 and C1. RGB value is (179,149,193). Sum of RGB (Red+Green+Blue) = 179+149+193=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B395C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395C1 is #4C6A3E. Grayscale: #A2A2A2. Windows color (decimal): -5007935 or 12686771. OLE color: 12686771.
HSL color Cylindrical-coordinate representation of color #B395C1: hue angle of 280.91º 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 #B395C1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 149 | 193 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.24 |
| HSL | 280.91º | 0.26% | 0.67% | - |
| HSV(B) | 280.91º | 0.23% | 0.76% | - |
| XYZ | 38.96 | 34.93 | 55.14 | - |
| YUV | 162.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 193 | 0.07 | 0.23 | 0 | 0.24 | 280.91 | 0.26 | 0.67 |
| Hex | B3 | 95 | C1 | 7 | 17 | 0 | 18 | 119 | 1A | 43 |
| Octal | 263 | 225 | 301 | 7 | 27 | 0 | 30 | 431 | 32 | 103 |
| Binary | 10110011 | 10010101 | 11000001 | 111 | 10111 | 0 | 11000 | 100011001 | 11010 | 1000011 |
Color Harmonies of #B395C1
Complementary color
Monochromatic Colors of #B395C1
Black with #B395C1
Text Example
Text Example
White with #B395C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395C1; }
p { color: rgb(179,149,193); }
H1.HeaderClassName
{
color: #B395C1;
}
.AnyTagClassName
{
color: #B395C1;
}
</style>
background-color css
<style>
a { background-color: #B395C1; }
a { background-color: rgb(179,149,193); }
div.DivClassName
{
background-color: #B395C1;
}
.BgClassName
{
background-color: #B395C1;
}
</style>
border-color css
<style>
span { border-color: #B395C1; }
span { border-color: rgb(179,149,193); }
td.TdClassName
{
border-color: #B395C1;
}
.TagClassName
{
border-color: #B395C1;
}
</style>