Shades of East Side #B38BC3
Tints of East Side #B38BC3
RGB
CMYK
RGB Variations
Color information
#B38BC3 (or 0xB38BC3) is known color: East Side. HEX triplet: B3, 8B and C3. RGB value is (179,139,195). Sum of RGB (Red+Green+Blue) = 179+139+195=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #B38BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BC3 is #4C743C. Grayscale: #9D9D9D. Windows color (decimal): -5010493 or 12815283. OLE color: 12815283.
HSL color Cylindrical-coordinate representation of color #B38BC3: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B38BC3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 139 | 195 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.24 |
| HSL | 282.86º | 0.32% | 0.65% | - |
| HSV(B) | 282.86º | 0.29% | 0.76% | - |
| XYZ | 37.67 | 31.99 | 55.82 | - |
| YUV | 157.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 195 | 0.08 | 0.29 | 0 | 0.24 | 282.86 | 0.32 | 0.65 |
| Hex | B3 | 8B | C3 | 8 | 1D | 0 | 18 | 11B | 20 | 41 |
| Octal | 263 | 213 | 303 | 10 | 35 | 0 | 30 | 433 | 40 | 101 |
| Binary | 10110011 | 10001011 | 11000011 | 1000 | 11101 | 0 | 11000 | 100011011 | 100000 | 1000001 |
Color Harmonies of #B38BC3
Complementary color
Monochromatic Colors of #B38BC3
Black with #B38BC3
Text Example
Text Example
White with #B38BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BC3; }
p { color: rgb(179,139,195); }
H1.HeaderClassName
{
color: #B38BC3;
}
.AnyTagClassName
{
color: #B38BC3;
}
</style>
background-color css
<style>
a { background-color: #B38BC3; }
a { background-color: rgb(179,139,195); }
div.DivClassName
{
background-color: #B38BC3;
}
.BgClassName
{
background-color: #B38BC3;
}
</style>
border-color css
<style>
span { border-color: #B38BC3; }
span { border-color: rgb(179,139,195); }
td.TdClassName
{
border-color: #B38BC3;
}
.TagClassName
{
border-color: #B38BC3;
}
</style>