Shades of East Side #B38CC0
Tints of East Side #B38CC0
RGB
CMYK
RGB Variations
Color information
#B38CC0 (or 0xB38CC0) is known color: East Side. HEX triplet: B3, 8C and C0. RGB value is (179,140,192). Sum of RGB (Red+Green+Blue) = 179+140+192=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #B38CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CC0 is #4C733F. Grayscale: #9D9D9D. Windows color (decimal): -5010240 or 12618931. OLE color: 12618931.
HSL color Cylindrical-coordinate representation of color #B38CC0: hue angle of 285º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38CC0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 140 | 192 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.25 |
| HSL | 285º | 0.29% | 0.65% | - |
| HSV(B) | 285º | 0.27% | 0.75% | - |
| XYZ | 37.48 | 32.15 | 54.1 | - |
| YUV | 157.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 192 | 0.07 | 0.27 | 0 | 0.25 | 285 | 0.29 | 0.65 |
| Hex | B3 | 8C | C0 | 7 | 1B | 0 | 19 | 11D | 1D | 41 |
| Octal | 263 | 214 | 300 | 7 | 33 | 0 | 31 | 435 | 35 | 101 |
| Binary | 10110011 | 10001100 | 11000000 | 111 | 11011 | 0 | 11001 | 100011101 | 11101 | 1000001 |
Color Harmonies of #B38CC0
Complementary color
Monochromatic Colors of #B38CC0
Black with #B38CC0
Text Example
Text Example
White with #B38CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38CC0; }
p { color: rgb(179,140,192); }
H1.HeaderClassName
{
color: #B38CC0;
}
.AnyTagClassName
{
color: #B38CC0;
}
</style>
background-color css
<style>
a { background-color: #B38CC0; }
a { background-color: rgb(179,140,192); }
div.DivClassName
{
background-color: #B38CC0;
}
.BgClassName
{
background-color: #B38CC0;
}
</style>
border-color css
<style>
span { border-color: #B38CC0; }
span { border-color: rgb(179,140,192); }
td.TdClassName
{
border-color: #B38CC0;
}
.TagClassName
{
border-color: #B38CC0;
}
</style>