Shades of East Side #B28FCB
Tints of East Side #B28FCB
RGB
CMYK
RGB Variations
Color information
#B28FCB (or 0xB28FCB) is known color: East Side. HEX triplet: B2, 8F and CB. RGB value is (178,143,203). Sum of RGB (Red+Green+Blue) = 178+143+203=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #B28FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FCB is #4D7034. Grayscale: #A0A0A0. Windows color (decimal): -5074997 or 13340594. OLE color: 13340594.
HSL color Cylindrical-coordinate representation of color #B28FCB: hue angle of 275º 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 #B28FCB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 143 | 203 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.20 |
| HSL | 275º | 0.37% | 0.68% | - |
| HSV(B) | 275º | 0.3% | 0.8% | - |
| XYZ | 38.96 | 33.42 | 60.9 | - |
| YUV | 160.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 203 | 0.12 | 0.30 | 0 | 0.20 | 275 | 0.37 | 0.68 |
| Hex | B2 | 8F | CB | C | 1E | 0 | 14 | 113 | 25 | 44 |
| Octal | 262 | 217 | 313 | 14 | 36 | 0 | 24 | 423 | 45 | 104 |
| Binary | 10110010 | 10001111 | 11001011 | 1100 | 11110 | 0 | 10100 | 100010011 | 100101 | 1000100 |
Color Harmonies of #B28FCB
Complementary color
Monochromatic Colors of #B28FCB
Black with #B28FCB
Text Example
Text Example
White with #B28FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FCB; }
p { color: rgb(178,143,203); }
H1.HeaderClassName
{
color: #B28FCB;
}
.AnyTagClassName
{
color: #B28FCB;
}
</style>
background-color css
<style>
a { background-color: #B28FCB; }
a { background-color: rgb(178,143,203); }
div.DivClassName
{
background-color: #B28FCB;
}
.BgClassName
{
background-color: #B28FCB;
}
</style>
border-color css
<style>
span { border-color: #B28FCB; }
span { border-color: rgb(178,143,203); }
td.TdClassName
{
border-color: #B28FCB;
}
.TagClassName
{
border-color: #B28FCB;
}
</style>