Shades of East Side #B38FBD
Tints of East Side #B38FBD
RGB
CMYK
RGB Variations
Color information
#B38FBD (or 0xB38FBD) is known color: East Side. HEX triplet: B3, 8F and BD. RGB value is (179,143,189). Sum of RGB (Red+Green+Blue) = 179+143+189=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B38FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FBD is #4C7042. Grayscale: #9E9E9E. Windows color (decimal): -5009475 or 12423091. OLE color: 12423091.
HSL color Cylindrical-coordinate representation of color #B38FBD: hue angle of 286.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38FBD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 143 | 189 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.26 |
| HSL | 286.96º | 0.26% | 0.65% | - |
| HSV(B) | 286.96º | 0.24% | 0.74% | - |
| XYZ | 37.6 | 32.9 | 52.51 | - |
| YUV | 159.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 189 | 0.05 | 0.24 | 0 | 0.26 | 286.96 | 0.26 | 0.65 |
| Hex | B3 | 8F | BD | 5 | 18 | 0 | 1A | 11F | 1A | 41 |
| Octal | 263 | 217 | 275 | 5 | 30 | 0 | 32 | 437 | 32 | 101 |
| Binary | 10110011 | 10001111 | 10111101 | 101 | 11000 | 0 | 11010 | 100011111 | 11010 | 1000001 |
Color Harmonies of #B38FBD
Complementary color
Monochromatic Colors of #B38FBD
Black with #B38FBD
Text Example
Text Example
White with #B38FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FBD; }
p { color: rgb(179,143,189); }
H1.HeaderClassName
{
color: #B38FBD;
}
.AnyTagClassName
{
color: #B38FBD;
}
</style>
background-color css
<style>
a { background-color: #B38FBD; }
a { background-color: rgb(179,143,189); }
div.DivClassName
{
background-color: #B38FBD;
}
.BgClassName
{
background-color: #B38FBD;
}
</style>
border-color css
<style>
span { border-color: #B38FBD; }
span { border-color: rgb(179,143,189); }
td.TdClassName
{
border-color: #B38FBD;
}
.TagClassName
{
border-color: #B38FBD;
}
</style>