Shades of East Side #B28FCC
Tints of East Side #B28FCC
RGB
CMYK
RGB Variations
Color information
#B28FCC (or 0xB28FCC) is known color: East Side. HEX triplet: B2, 8F and CC. RGB value is (178,143,204). Sum of RGB (Red+Green+Blue) = 178+143+204=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #B28FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FCC is #4D7033. Grayscale: #A0A0A0. Windows color (decimal): -5074996 or 13406130. OLE color: 13406130.
HSL color Cylindrical-coordinate representation of color #B28FCC: hue angle of 274.43º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B28FCC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 143 | 204 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.2 |
| HSL | 274.43º | 0.37% | 0.68% | - |
| HSV(B) | 274.43º | 0.3% | 0.8% | - |
| XYZ | 39.08 | 33.47 | 61.53 | - |
| YUV | 160.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 204 | 0.13 | 0.30 | 0 | 0.2 | 274.43 | 0.37 | 0.68 |
| Hex | B2 | 8F | CC | D | 1E | 0 | 14 | 112 | 25 | 44 |
| Octal | 262 | 217 | 314 | 15 | 36 | 0 | 24 | 422 | 45 | 104 |
| Binary | 10110010 | 10001111 | 11001100 | 1101 | 11110 | 0 | 10100 | 100010010 | 100101 | 1000100 |
Color Harmonies of #B28FCC
Complementary color
Monochromatic Colors of #B28FCC
Black with #B28FCC
Text Example
Text Example
White with #B28FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FCC; }
p { color: rgb(178,143,204); }
H1.HeaderClassName
{
color: #B28FCC;
}
.AnyTagClassName
{
color: #B28FCC;
}
</style>
background-color css
<style>
a { background-color: #B28FCC; }
a { background-color: rgb(178,143,204); }
div.DivClassName
{
background-color: #B28FCC;
}
.BgClassName
{
background-color: #B28FCC;
}
</style>
border-color css
<style>
span { border-color: #B28FCC; }
span { border-color: rgb(178,143,204); }
td.TdClassName
{
border-color: #B28FCC;
}
.TagClassName
{
border-color: #B28FCC;
}
</style>