Shades of East Side #B393C8
Tints of East Side #B393C8
RGB
CMYK
RGB Variations
Color information
#B393C8 (or 0xB393C8) is known color: East Side. HEX triplet: B3, 93 and C8. RGB value is (179,147,200). Sum of RGB (Red+Green+Blue) = 179+147+200=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #B393C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393C8 is #4C6C37. Grayscale: #A2A2A2. Windows color (decimal): -5008440 or 13145011. OLE color: 13145011.
HSL color Cylindrical-coordinate representation of color #B393C8: hue angle of 276.23º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B393C8 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 147 | 200 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.22 |
| HSL | 276.23º | 0.33% | 0.68% | - |
| HSV(B) | 276.23º | 0.27% | 0.78% | - |
| XYZ | 39.45 | 34.62 | 59.25 | - |
| YUV | 162.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 200 | 0.10 | 0.26 | 0 | 0.22 | 276.23 | 0.33 | 0.68 |
| Hex | B3 | 93 | C8 | A | 1A | 0 | 16 | 114 | 21 | 44 |
| Octal | 263 | 223 | 310 | 12 | 32 | 0 | 26 | 424 | 41 | 104 |
| Binary | 10110011 | 10010011 | 11001000 | 1010 | 11010 | 0 | 10110 | 100010100 | 100001 | 1000100 |
Color Harmonies of #B393C8
Complementary color
Monochromatic Colors of #B393C8
Black with #B393C8
Text Example
Text Example
White with #B393C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393C8; }
p { color: rgb(179,147,200); }
H1.HeaderClassName
{
color: #B393C8;
}
.AnyTagClassName
{
color: #B393C8;
}
</style>
background-color css
<style>
a { background-color: #B393C8; }
a { background-color: rgb(179,147,200); }
div.DivClassName
{
background-color: #B393C8;
}
.BgClassName
{
background-color: #B393C8;
}
</style>
border-color css
<style>
span { border-color: #B393C8; }
span { border-color: rgb(179,147,200); }
td.TdClassName
{
border-color: #B393C8;
}
.TagClassName
{
border-color: #B393C8;
}
</style>