Shades of East Side #B28FCD
Tints of East Side #B28FCD
RGB
CMYK
RGB Variations
Color information
#B28FCD (or 0xB28FCD) is known color: East Side. HEX triplet: B2, 8F and CD. RGB value is (178,143,205). Sum of RGB (Red+Green+Blue) = 178+143+205=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #B28FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FCD is #4D7032. Grayscale: #A0A0A0. Windows color (decimal): -5074995 or 13471666. OLE color: 13471666.
HSL color Cylindrical-coordinate representation of color #B28FCD: hue angle of 273.87º degrees, saturation: 0.38, 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 #B28FCD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 143 | 205 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.20 |
| HSL | 273.87º | 0.38% | 0.68% | - |
| HSV(B) | 273.87º | 0.3% | 0.8% | - |
| XYZ | 39.2 | 33.52 | 62.16 | - |
| YUV | 160.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 205 | 0.13 | 0.30 | 0 | 0.20 | 273.87 | 0.38 | 0.68 |
| Hex | B2 | 8F | CD | D | 1E | 0 | 14 | 112 | 26 | 44 |
| Octal | 262 | 217 | 315 | 15 | 36 | 0 | 24 | 422 | 46 | 104 |
| Binary | 10110010 | 10001111 | 11001101 | 1101 | 11110 | 0 | 10100 | 100010010 | 100110 | 1000100 |
Color Harmonies of #B28FCD
Complementary color
Monochromatic Colors of #B28FCD
Black with #B28FCD
Text Example
Text Example
White with #B28FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FCD; }
p { color: rgb(178,143,205); }
H1.HeaderClassName
{
color: #B28FCD;
}
.AnyTagClassName
{
color: #B28FCD;
}
</style>
background-color css
<style>
a { background-color: #B28FCD; }
a { background-color: rgb(178,143,205); }
div.DivClassName
{
background-color: #B28FCD;
}
.BgClassName
{
background-color: #B28FCD;
}
</style>
border-color css
<style>
span { border-color: #B28FCD; }
span { border-color: rgb(178,143,205); }
td.TdClassName
{
border-color: #B28FCD;
}
.TagClassName
{
border-color: #B28FCD;
}
</style>