Shades of East Side #B395CA
Tints of East Side #B395CA
RGB
CMYK
RGB Variations
Color information
#B395CA (or 0xB395CA) is known color: East Side. HEX triplet: B3, 95 and CA. RGB value is (179,149,202). Sum of RGB (Red+Green+Blue) = 179+149+202=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B395CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395CA is #4C6A35. Grayscale: #A3A3A3. Windows color (decimal): -5007926 or 13276595. OLE color: 13276595.
HSL color Cylindrical-coordinate representation of color #B395CA: hue angle of 273.96º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B395CA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 149 | 202 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.21 |
| HSL | 273.96º | 0.33% | 0.69% | - |
| HSV(B) | 273.96º | 0.26% | 0.79% | - |
| XYZ | 40 | 35.34 | 60.59 | - |
| YUV | 164.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 202 | 0.11 | 0.26 | 0 | 0.21 | 273.96 | 0.33 | 0.69 |
| Hex | B3 | 95 | CA | B | 1A | 0 | 15 | 112 | 21 | 45 |
| Octal | 263 | 225 | 312 | 13 | 32 | 0 | 25 | 422 | 41 | 105 |
| Binary | 10110011 | 10010101 | 11001010 | 1011 | 11010 | 0 | 10101 | 100010010 | 100001 | 1000101 |
Color Harmonies of #B395CA
Complementary color
Monochromatic Colors of #B395CA
Black with #B395CA
Text Example
Text Example
White with #B395CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395CA; }
p { color: rgb(179,149,202); }
H1.HeaderClassName
{
color: #B395CA;
}
.AnyTagClassName
{
color: #B395CA;
}
</style>
background-color css
<style>
a { background-color: #B395CA; }
a { background-color: rgb(179,149,202); }
div.DivClassName
{
background-color: #B395CA;
}
.BgClassName
{
background-color: #B395CA;
}
</style>
border-color css
<style>
span { border-color: #B395CA; }
span { border-color: rgb(179,149,202); }
td.TdClassName
{
border-color: #B395CA;
}
.TagClassName
{
border-color: #B395CA;
}
</style>