Shades of East Side #B093C8
Tints of East Side #B093C8
RGB
CMYK
RGB Variations
Color information
#B093C8 (or 0xB093C8) is known color: East Side. HEX triplet: B0, 93 and C8. RGB value is (176,147,200). Sum of RGB (Red+Green+Blue) = 176+147+200=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #B093C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093C8 is #4F6C37. Grayscale: #A1A1A1. Windows color (decimal): -5205048 or 13145008. OLE color: 13145008.
HSL color Cylindrical-coordinate representation of color #B093C8: hue angle of 272.83º 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 #B093C8 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 147 | 200 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.22 |
| HSL | 272.83º | 0.33% | 0.68% | - |
| HSV(B) | 272.83º | 0.27% | 0.78% | - |
| XYZ | 38.76 | 34.27 | 59.21 | - |
| YUV | 161.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 200 | 0.12 | 0.26 | 0 | 0.22 | 272.83 | 0.33 | 0.68 |
| Hex | B0 | 93 | C8 | C | 1A | 0 | 16 | 111 | 21 | 44 |
| Octal | 260 | 223 | 310 | 14 | 32 | 0 | 26 | 421 | 41 | 104 |
| Binary | 10110000 | 10010011 | 11001000 | 1100 | 11010 | 0 | 10110 | 100010001 | 100001 | 1000100 |
Color Harmonies of #B093C8
Complementary color
Monochromatic Colors of #B093C8
Black with #B093C8
Text Example
Text Example
White with #B093C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B093C8; }
p { color: rgb(176,147,200); }
H1.HeaderClassName
{
color: #B093C8;
}
.AnyTagClassName
{
color: #B093C8;
}
</style>
background-color css
<style>
a { background-color: #B093C8; }
a { background-color: rgb(176,147,200); }
div.DivClassName
{
background-color: #B093C8;
}
.BgClassName
{
background-color: #B093C8;
}
</style>
border-color css
<style>
span { border-color: #B093C8; }
span { border-color: rgb(176,147,200); }
td.TdClassName
{
border-color: #B093C8;
}
.TagClassName
{
border-color: #B093C8;
}
</style>