Shades of East Side #B58BBE
Tints of East Side #B58BBE
RGB
CMYK
RGB Variations
Color information
#B58BBE (or 0xB58BBE) is known color: East Side. HEX triplet: B5, 8B and BE. RGB value is (181,139,190). Sum of RGB (Red+Green+Blue) = 181+139+190=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BBE is #4A7441. Grayscale: #9D9D9D. Windows color (decimal): -4879426 or 12487605. OLE color: 12487605.
HSL color Cylindrical-coordinate representation of color #B58BBE: hue angle of 289.41º 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 #B58BBE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 139 | 190 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.25 |
| HSL | 289.41º | 0.28% | 0.65% | - |
| HSV(B) | 289.41º | 0.27% | 0.75% | - |
| XYZ | 37.58 | 32.01 | 52.91 | - |
| YUV | 157.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 190 | 0.05 | 0.27 | 0 | 0.25 | 289.41 | 0.28 | 0.65 |
| Hex | B5 | 8B | BE | 5 | 1B | 0 | 19 | 121 | 1C | 41 |
| Octal | 265 | 213 | 276 | 5 | 33 | 0 | 31 | 441 | 34 | 101 |
| Binary | 10110101 | 10001011 | 10111110 | 101 | 11011 | 0 | 11001 | 100100001 | 11100 | 1000001 |
Color Harmonies of #B58BBE
Complementary color
Monochromatic Colors of #B58BBE
Black with #B58BBE
Text Example
Text Example
White with #B58BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BBE; }
p { color: rgb(181,139,190); }
H1.HeaderClassName
{
color: #B58BBE;
}
.AnyTagClassName
{
color: #B58BBE;
}
</style>
background-color css
<style>
a { background-color: #B58BBE; }
a { background-color: rgb(181,139,190); }
div.DivClassName
{
background-color: #B58BBE;
}
.BgClassName
{
background-color: #B58BBE;
}
</style>
border-color css
<style>
span { border-color: #B58BBE; }
span { border-color: rgb(181,139,190); }
td.TdClassName
{
border-color: #B58BBE;
}
.TagClassName
{
border-color: #B58BBE;
}
</style>