Shades of East Side #B38ACB
Tints of East Side #B38ACB
RGB
CMYK
RGB Variations
Color information
#B38ACB (or 0xB38ACB) is known color: East Side. HEX triplet: B3, 8A and CB. RGB value is (179,138,203). Sum of RGB (Red+Green+Blue) = 179+138+203=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B38ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ACB is #4C7534. Grayscale: #9D9D9D. Windows color (decimal): -5010741 or 13339315. OLE color: 13339315.
HSL color Cylindrical-coordinate representation of color #B38ACB: hue angle of 277.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38ACB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 138 | 203 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.20 |
| HSL | 277.85º | 0.38% | 0.67% | - |
| HSV(B) | 277.85º | 0.32% | 0.8% | - |
| XYZ | 38.46 | 32.07 | 60.66 | - |
| YUV | 157.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 203 | 0.12 | 0.32 | 0 | 0.20 | 277.85 | 0.38 | 0.67 |
| Hex | B3 | 8A | CB | C | 20 | 0 | 14 | 116 | 26 | 43 |
| Octal | 263 | 212 | 313 | 14 | 40 | 0 | 24 | 426 | 46 | 103 |
| Binary | 10110011 | 10001010 | 11001011 | 1100 | 100000 | 0 | 10100 | 100010110 | 100110 | 1000011 |
Color Harmonies of #B38ACB
Complementary color
Monochromatic Colors of #B38ACB
Black with #B38ACB
Text Example
Text Example
White with #B38ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38ACB; }
p { color: rgb(179,138,203); }
H1.HeaderClassName
{
color: #B38ACB;
}
.AnyTagClassName
{
color: #B38ACB;
}
</style>
background-color css
<style>
a { background-color: #B38ACB; }
a { background-color: rgb(179,138,203); }
div.DivClassName
{
background-color: #B38ACB;
}
.BgClassName
{
background-color: #B38ACB;
}
</style>
border-color css
<style>
span { border-color: #B38ACB; }
span { border-color: rgb(179,138,203); }
td.TdClassName
{
border-color: #B38ACB;
}
.TagClassName
{
border-color: #B38ACB;
}
</style>