Shades of East Side #B38BC4
Tints of East Side #B38BC4
RGB
CMYK
RGB Variations
Color information
#B38BC4 (or 0xB38BC4) is known color: East Side. HEX triplet: B3, 8B and C4. RGB value is (179,139,196). Sum of RGB (Red+Green+Blue) = 179+139+196=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #B38BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BC4 is #4C743B. Grayscale: #9D9D9D. Windows color (decimal): -5010492 or 12880819. OLE color: 12880819.
HSL color Cylindrical-coordinate representation of color #B38BC4: hue angle of 282.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B38BC4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 139 | 196 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.23 |
| HSL | 282.11º | 0.33% | 0.66% | - |
| HSV(B) | 282.11º | 0.29% | 0.77% | - |
| XYZ | 37.79 | 32.03 | 56.42 | - |
| YUV | 157.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 196 | 0.09 | 0.29 | 0 | 0.23 | 282.11 | 0.33 | 0.66 |
| Hex | B3 | 8B | C4 | 9 | 1D | 0 | 17 | 11A | 21 | 42 |
| Octal | 263 | 213 | 304 | 11 | 35 | 0 | 27 | 432 | 41 | 102 |
| Binary | 10110011 | 10001011 | 11000100 | 1001 | 11101 | 0 | 10111 | 100011010 | 100001 | 1000010 |
Color Harmonies of #B38BC4
Complementary color
Monochromatic Colors of #B38BC4
Black with #B38BC4
Text Example
Text Example
White with #B38BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BC4; }
p { color: rgb(179,139,196); }
H1.HeaderClassName
{
color: #B38BC4;
}
.AnyTagClassName
{
color: #B38BC4;
}
</style>
background-color css
<style>
a { background-color: #B38BC4; }
a { background-color: rgb(179,139,196); }
div.DivClassName
{
background-color: #B38BC4;
}
.BgClassName
{
background-color: #B38BC4;
}
</style>
border-color css
<style>
span { border-color: #B38BC4; }
span { border-color: rgb(179,139,196); }
td.TdClassName
{
border-color: #B38BC4;
}
.TagClassName
{
border-color: #B38BC4;
}
</style>