Shades of East Side #B28CCB
Tints of East Side #B28CCB
RGB
CMYK
RGB Variations
Color information
#B28CCB (or 0xB28CCB) is known color: East Side. HEX triplet: B2, 8C and CB. RGB value is (178,140,203). Sum of RGB (Red+Green+Blue) = 178+140+203=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B28CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CCB is #4D7334. Grayscale: #9E9E9E. Windows color (decimal): -5075765 or 13339826. OLE color: 13339826.
HSL color Cylindrical-coordinate representation of color #B28CCB: hue angle of 276.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B28CCB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 140 | 203 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.20 |
| HSL | 276.19º | 0.38% | 0.67% | - |
| HSV(B) | 276.19º | 0.31% | 0.8% | - |
| XYZ | 38.52 | 32.53 | 60.75 | - |
| YUV | 158.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 203 | 0.12 | 0.31 | 0 | 0.20 | 276.19 | 0.38 | 0.67 |
| Hex | B2 | 8C | CB | C | 1F | 0 | 14 | 114 | 26 | 43 |
| Octal | 262 | 214 | 313 | 14 | 37 | 0 | 24 | 424 | 46 | 103 |
| Binary | 10110010 | 10001100 | 11001011 | 1100 | 11111 | 0 | 10100 | 100010100 | 100110 | 1000011 |
Color Harmonies of #B28CCB
Complementary color
Monochromatic Colors of #B28CCB
Black with #B28CCB
Text Example
Text Example
White with #B28CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CCB; }
p { color: rgb(178,140,203); }
H1.HeaderClassName
{
color: #B28CCB;
}
.AnyTagClassName
{
color: #B28CCB;
}
</style>
background-color css
<style>
a { background-color: #B28CCB; }
a { background-color: rgb(178,140,203); }
div.DivClassName
{
background-color: #B28CCB;
}
.BgClassName
{
background-color: #B28CCB;
}
</style>
border-color css
<style>
span { border-color: #B28CCB; }
span { border-color: rgb(178,140,203); }
td.TdClassName
{
border-color: #B28CCB;
}
.TagClassName
{
border-color: #B28CCB;
}
</style>