Shades of East Side #B28ABE
Tints of East Side #B28ABE
RGB
CMYK
RGB Variations
Color information
#B28ABE (or 0xB28ABE) is known color: East Side. HEX triplet: B2, 8A and BE. RGB value is (178,138,190). Sum of RGB (Red+Green+Blue) = 178+138+190=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B28ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ABE is #4D7541. Grayscale: #9B9B9B. Windows color (decimal): -5076290 or 12487346. OLE color: 12487346.
HSL color Cylindrical-coordinate representation of color #B28ABE: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28ABE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 138 | 190 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.25 |
| HSL | 286.15º | 0.29% | 0.64% | - |
| HSV(B) | 286.15º | 0.27% | 0.75% | - |
| XYZ | 36.74 | 31.36 | 52.83 | - |
| YUV | 155.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 190 | 0.06 | 0.27 | 0 | 0.25 | 286.15 | 0.29 | 0.64 |
| Hex | B2 | 8A | BE | 6 | 1B | 0 | 19 | 11E | 1D | 40 |
| Octal | 262 | 212 | 276 | 6 | 33 | 0 | 31 | 436 | 35 | 100 |
| Binary | 10110010 | 10001010 | 10111110 | 110 | 11011 | 0 | 11001 | 100011110 | 11101 | 1000000 |
Color Harmonies of #B28ABE
Complementary color
Monochromatic Colors of #B28ABE
Black with #B28ABE
Text Example
Text Example
White with #B28ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28ABE; }
p { color: rgb(178,138,190); }
H1.HeaderClassName
{
color: #B28ABE;
}
.AnyTagClassName
{
color: #B28ABE;
}
</style>
background-color css
<style>
a { background-color: #B28ABE; }
a { background-color: rgb(178,138,190); }
div.DivClassName
{
background-color: #B28ABE;
}
.BgClassName
{
background-color: #B28ABE;
}
</style>
border-color css
<style>
span { border-color: #B28ABE; }
span { border-color: rgb(178,138,190); }
td.TdClassName
{
border-color: #B28ABE;
}
.TagClassName
{
border-color: #B28ABE;
}
</style>