Shades of East Side #B393CB
Tints of East Side #B393CB
RGB
CMYK
RGB Variations
Color information
#B393CB (or 0xB393CB) is known color: East Side. HEX triplet: B3, 93 and CB. RGB value is (179,147,203). Sum of RGB (Red+Green+Blue) = 179+147+203=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B393CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393CB is #4C6C34. Grayscale: #A2A2A2. Windows color (decimal): -5008437 or 13341619. OLE color: 13341619.
HSL color Cylindrical-coordinate representation of color #B393CB: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B393CB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 147 | 203 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.20 |
| HSL | 274.29º | 0.35% | 0.69% | - |
| HSV(B) | 274.29º | 0.28% | 0.8% | - |
| XYZ | 39.8 | 34.76 | 61.11 | - |
| YUV | 162.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 203 | 0.12 | 0.28 | 0 | 0.20 | 274.29 | 0.35 | 0.69 |
| Hex | B3 | 93 | CB | C | 1C | 0 | 14 | 112 | 23 | 45 |
| Octal | 263 | 223 | 313 | 14 | 34 | 0 | 24 | 422 | 43 | 105 |
| Binary | 10110011 | 10010011 | 11001011 | 1100 | 11100 | 0 | 10100 | 100010010 | 100011 | 1000101 |
Color Harmonies of #B393CB
Complementary color
Monochromatic Colors of #B393CB
Black with #B393CB
Text Example
Text Example
White with #B393CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393CB; }
p { color: rgb(179,147,203); }
H1.HeaderClassName
{
color: #B393CB;
}
.AnyTagClassName
{
color: #B393CB;
}
</style>
background-color css
<style>
a { background-color: #B393CB; }
a { background-color: rgb(179,147,203); }
div.DivClassName
{
background-color: #B393CB;
}
.BgClassName
{
background-color: #B393CB;
}
</style>
border-color css
<style>
span { border-color: #B393CB; }
span { border-color: rgb(179,147,203); }
td.TdClassName
{
border-color: #B393CB;
}
.TagClassName
{
border-color: #B393CB;
}
</style>