Shades of East Side #B193C2
Tints of East Side #B193C2
RGB
CMYK
RGB Variations
Color information
#B193C2 (or 0xB193C2) is known color: East Side. HEX triplet: B1, 93 and C2. RGB value is (177,147,194). Sum of RGB (Red+Green+Blue) = 177+147+194=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #B193C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193C2 is #4E6C3D. Grayscale: #A1A1A1. Windows color (decimal): -5139518 or 12751793. OLE color: 12751793.
HSL color Cylindrical-coordinate representation of color #B193C2: hue angle of 278.3º 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 #B193C2 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 147 | 194 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.24 |
| HSL | 278.3º | 0.28% | 0.67% | - |
| HSV(B) | 278.3º | 0.24% | 0.76% | - |
| XYZ | 38.3 | 34.11 | 55.6 | - |
| YUV | 161.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 194 | 0.09 | 0.24 | 0 | 0.24 | 278.3 | 0.28 | 0.67 |
| Hex | B1 | 93 | C2 | 9 | 18 | 0 | 18 | 116 | 1C | 43 |
| Octal | 261 | 223 | 302 | 11 | 30 | 0 | 30 | 426 | 34 | 103 |
| Binary | 10110001 | 10010011 | 11000010 | 1001 | 11000 | 0 | 11000 | 100010110 | 11100 | 1000011 |
Color Harmonies of #B193C2
Complementary color
Monochromatic Colors of #B193C2
Black with #B193C2
Text Example
Text Example
White with #B193C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193C2; }
p { color: rgb(177,147,194); }
H1.HeaderClassName
{
color: #B193C2;
}
.AnyTagClassName
{
color: #B193C2;
}
</style>
background-color css
<style>
a { background-color: #B193C2; }
a { background-color: rgb(177,147,194); }
div.DivClassName
{
background-color: #B193C2;
}
.BgClassName
{
background-color: #B193C2;
}
</style>
border-color css
<style>
span { border-color: #B193C2; }
span { border-color: rgb(177,147,194); }
td.TdClassName
{
border-color: #B193C2;
}
.TagClassName
{
border-color: #B193C2;
}
</style>