Shades of East Side #B193C6
Tints of East Side #B193C6
RGB
CMYK
RGB Variations
Color information
#B193C6 (or 0xB193C6) is known color: East Side. HEX triplet: B1, 93 and C6. RGB value is (177,147,198). Sum of RGB (Red+Green+Blue) = 177+147+198=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #B193C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193C6 is #4E6C39. Grayscale: #A1A1A1. Windows color (decimal): -5139514 or 13013937. OLE color: 13013937.
HSL color Cylindrical-coordinate representation of color #B193C6: hue angle of 275.29º degrees, saturation: 0.31, 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 #B193C6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 147 | 198 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.22 |
| HSL | 275.29º | 0.31% | 0.68% | - |
| HSV(B) | 275.29º | 0.26% | 0.78% | - |
| XYZ | 38.76 | 34.29 | 58 | - |
| YUV | 161.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 198 | 0.11 | 0.26 | 0 | 0.22 | 275.29 | 0.31 | 0.68 |
| Hex | B1 | 93 | C6 | B | 1A | 0 | 16 | 113 | 1F | 44 |
| Octal | 261 | 223 | 306 | 13 | 32 | 0 | 26 | 423 | 37 | 104 |
| Binary | 10110001 | 10010011 | 11000110 | 1011 | 11010 | 0 | 10110 | 100010011 | 11111 | 1000100 |
Color Harmonies of #B193C6
Complementary color
Monochromatic Colors of #B193C6
Black with #B193C6
Text Example
Text Example
White with #B193C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193C6; }
p { color: rgb(177,147,198); }
H1.HeaderClassName
{
color: #B193C6;
}
.AnyTagClassName
{
color: #B193C6;
}
</style>
background-color css
<style>
a { background-color: #B193C6; }
a { background-color: rgb(177,147,198); }
div.DivClassName
{
background-color: #B193C6;
}
.BgClassName
{
background-color: #B193C6;
}
</style>
border-color css
<style>
span { border-color: #B193C6; }
span { border-color: rgb(177,147,198); }
td.TdClassName
{
border-color: #B193C6;
}
.TagClassName
{
border-color: #B193C6;
}
</style>