Shades of East Side #B38BCB
Tints of East Side #B38BCB
RGB
CMYK
RGB Variations
Color information
#B38BCB (or 0xB38BCB) is known color: East Side. HEX triplet: B3, 8B and CB. RGB value is (179,139,203). Sum of RGB (Red+Green+Blue) = 179+139+203=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B38BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BCB is #4C7434. Grayscale: #9E9E9E. Windows color (decimal): -5010485 or 13339571. OLE color: 13339571.
HSL color Cylindrical-coordinate representation of color #B38BCB: hue angle of 277.5º 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 #B38BCB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 139 | 203 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.20 |
| HSL | 277.5º | 0.38% | 0.67% | - |
| HSV(B) | 277.5º | 0.32% | 0.8% | - |
| XYZ | 38.6 | 32.36 | 60.71 | - |
| YUV | 158.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 203 | 0.12 | 0.32 | 0 | 0.20 | 277.5 | 0.38 | 0.67 |
| Hex | B3 | 8B | CB | C | 20 | 0 | 14 | 116 | 26 | 43 |
| Octal | 263 | 213 | 313 | 14 | 40 | 0 | 24 | 426 | 46 | 103 |
| Binary | 10110011 | 10001011 | 11001011 | 1100 | 100000 | 0 | 10100 | 100010110 | 100110 | 1000011 |
Color Harmonies of #B38BCB
Complementary color
Monochromatic Colors of #B38BCB
Black with #B38BCB
Text Example
Text Example
White with #B38BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BCB; }
p { color: rgb(179,139,203); }
H1.HeaderClassName
{
color: #B38BCB;
}
.AnyTagClassName
{
color: #B38BCB;
}
</style>
background-color css
<style>
a { background-color: #B38BCB; }
a { background-color: rgb(179,139,203); }
div.DivClassName
{
background-color: #B38BCB;
}
.BgClassName
{
background-color: #B38BCB;
}
</style>
border-color css
<style>
span { border-color: #B38BCB; }
span { border-color: rgb(179,139,203); }
td.TdClassName
{
border-color: #B38BCB;
}
.TagClassName
{
border-color: #B38BCB;
}
</style>