Shades of East Side #B395C3
Tints of East Side #B395C3
RGB
CMYK
RGB Variations
Color information
#B395C3 (or 0xB395C3) is known color: East Side. HEX triplet: B3, 95 and C3. RGB value is (179,149,195). Sum of RGB (Red+Green+Blue) = 179+149+195=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #B395C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395C3 is #4C6A3C. Grayscale: #A3A3A3. Windows color (decimal): -5007933 or 12817843. OLE color: 12817843.
HSL color Cylindrical-coordinate representation of color #B395C3: hue angle of 279.13º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B395C3 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 149 | 195 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.24 |
| HSL | 279.13º | 0.28% | 0.67% | - |
| HSV(B) | 279.13º | 0.24% | 0.76% | - |
| XYZ | 39.19 | 35.02 | 56.32 | - |
| YUV | 163.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 195 | 0.08 | 0.24 | 0 | 0.24 | 279.13 | 0.28 | 0.67 |
| Hex | B3 | 95 | C3 | 8 | 18 | 0 | 18 | 117 | 1C | 43 |
| Octal | 263 | 225 | 303 | 10 | 30 | 0 | 30 | 427 | 34 | 103 |
| Binary | 10110011 | 10010101 | 11000011 | 1000 | 11000 | 0 | 11000 | 100010111 | 11100 | 1000011 |
Color Harmonies of #B395C3
Complementary color
Monochromatic Colors of #B395C3
Black with #B395C3
Text Example
Text Example
White with #B395C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395C3; }
p { color: rgb(179,149,195); }
H1.HeaderClassName
{
color: #B395C3;
}
.AnyTagClassName
{
color: #B395C3;
}
</style>
background-color css
<style>
a { background-color: #B395C3; }
a { background-color: rgb(179,149,195); }
div.DivClassName
{
background-color: #B395C3;
}
.BgClassName
{
background-color: #B395C3;
}
</style>
border-color css
<style>
span { border-color: #B395C3; }
span { border-color: rgb(179,149,195); }
td.TdClassName
{
border-color: #B395C3;
}
.TagClassName
{
border-color: #B395C3;
}
</style>