Shades of East Side #B38BC1
Tints of East Side #B38BC1
RGB
CMYK
RGB Variations
Color information
#B38BC1 (or 0xB38BC1) is known color: East Side. HEX triplet: B3, 8B and C1. RGB value is (179,139,193). Sum of RGB (Red+Green+Blue) = 179+139+193=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #B38BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BC1 is #4C743E. Grayscale: #9C9C9C. Windows color (decimal): -5010495 or 12684211. OLE color: 12684211.
HSL color Cylindrical-coordinate representation of color #B38BC1: hue angle of 284.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38BC1 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 139 | 193 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.24 |
| HSL | 284.44º | 0.3% | 0.65% | - |
| HSV(B) | 284.44º | 0.28% | 0.76% | - |
| XYZ | 37.45 | 31.9 | 54.64 | - |
| YUV | 157.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 193 | 0.07 | 0.28 | 0 | 0.24 | 284.44 | 0.3 | 0.65 |
| Hex | B3 | 8B | C1 | 7 | 1C | 0 | 18 | 11C | 1E | 41 |
| Octal | 263 | 213 | 301 | 7 | 34 | 0 | 30 | 434 | 36 | 101 |
| Binary | 10110011 | 10001011 | 11000001 | 111 | 11100 | 0 | 11000 | 100011100 | 11110 | 1000001 |
Color Harmonies of #B38BC1
Complementary color
Monochromatic Colors of #B38BC1
Black with #B38BC1
Text Example
Text Example
White with #B38BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BC1; }
p { color: rgb(179,139,193); }
H1.HeaderClassName
{
color: #B38BC1;
}
.AnyTagClassName
{
color: #B38BC1;
}
</style>
background-color css
<style>
a { background-color: #B38BC1; }
a { background-color: rgb(179,139,193); }
div.DivClassName
{
background-color: #B38BC1;
}
.BgClassName
{
background-color: #B38BC1;
}
</style>
border-color css
<style>
span { border-color: #B38BC1; }
span { border-color: rgb(179,139,193); }
td.TdClassName
{
border-color: #B38BC1;
}
.TagClassName
{
border-color: #B38BC1;
}
</style>