Shades of East Side #B38BBE
Tints of East Side #B38BBE
RGB
CMYK
RGB Variations
Color information
#B38BBE (or 0xB38BBE) is known color: East Side. HEX triplet: B3, 8B and BE. RGB value is (179,139,190). Sum of RGB (Red+Green+Blue) = 179+139+190=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #B38BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BBE is #4C7441. Grayscale: #9C9C9C. Windows color (decimal): -5010498 or 12487603. OLE color: 12487603.
HSL color Cylindrical-coordinate representation of color #B38BBE: hue angle of 287.06º degrees, saturation: 0.28, 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 #B38BBE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 139 | 190 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.25 |
| HSL | 287.06º | 0.28% | 0.65% | - |
| HSV(B) | 287.06º | 0.27% | 0.75% | - |
| XYZ | 37.12 | 31.77 | 52.89 | - |
| YUV | 156.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 190 | 0.06 | 0.27 | 0 | 0.25 | 287.06 | 0.28 | 0.65 |
| Hex | B3 | 8B | BE | 6 | 1B | 0 | 19 | 11F | 1C | 41 |
| Octal | 263 | 213 | 276 | 6 | 33 | 0 | 31 | 437 | 34 | 101 |
| Binary | 10110011 | 10001011 | 10111110 | 110 | 11011 | 0 | 11001 | 100011111 | 11100 | 1000001 |
Color Harmonies of #B38BBE
Complementary color
Monochromatic Colors of #B38BBE
Black with #B38BBE
Text Example
Text Example
White with #B38BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BBE; }
p { color: rgb(179,139,190); }
H1.HeaderClassName
{
color: #B38BBE;
}
.AnyTagClassName
{
color: #B38BBE;
}
</style>
background-color css
<style>
a { background-color: #B38BBE; }
a { background-color: rgb(179,139,190); }
div.DivClassName
{
background-color: #B38BBE;
}
.BgClassName
{
background-color: #B38BBE;
}
</style>
border-color css
<style>
span { border-color: #B38BBE; }
span { border-color: rgb(179,139,190); }
td.TdClassName
{
border-color: #B38BBE;
}
.TagClassName
{
border-color: #B38BBE;
}
</style>