Shades of East Side #B393C3
Tints of East Side #B393C3
RGB
CMYK
RGB Variations
Color information
#B393C3 (or 0xB393C3) is known color: East Side. HEX triplet: B3, 93 and C3. RGB value is (179,147,195). Sum of RGB (Red+Green+Blue) = 179+147+195=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #B393C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393C3 is #4C6C3C. Grayscale: #A1A1A1. Windows color (decimal): -5008445 or 12817331. OLE color: 12817331.
HSL color Cylindrical-coordinate representation of color #B393C3: hue angle of 280º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B393C3 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 147 | 195 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.24 |
| HSL | 280º | 0.29% | 0.67% | - |
| HSV(B) | 280º | 0.25% | 0.76% | - |
| XYZ | 38.87 | 34.39 | 56.22 | - |
| YUV | 162.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 195 | 0.08 | 0.25 | 0 | 0.24 | 280 | 0.29 | 0.67 |
| Hex | B3 | 93 | C3 | 8 | 19 | 0 | 18 | 118 | 1D | 43 |
| Octal | 263 | 223 | 303 | 10 | 31 | 0 | 30 | 430 | 35 | 103 |
| Binary | 10110011 | 10010011 | 11000011 | 1000 | 11001 | 0 | 11000 | 100011000 | 11101 | 1000011 |
Color Harmonies of #B393C3
Complementary color
Monochromatic Colors of #B393C3
Black with #B393C3
Text Example
Text Example
White with #B393C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393C3; }
p { color: rgb(179,147,195); }
H1.HeaderClassName
{
color: #B393C3;
}
.AnyTagClassName
{
color: #B393C3;
}
</style>
background-color css
<style>
a { background-color: #B393C3; }
a { background-color: rgb(179,147,195); }
div.DivClassName
{
background-color: #B393C3;
}
.BgClassName
{
background-color: #B393C3;
}
</style>
border-color css
<style>
span { border-color: #B393C3; }
span { border-color: rgb(179,147,195); }
td.TdClassName
{
border-color: #B393C3;
}
.TagClassName
{
border-color: #B393C3;
}
</style>