Shades of East Side #B38FCB
Tints of East Side #B38FCB
RGB
CMYK
RGB Variations
Color information
#B38FCB (or 0xB38FCB) is known color: East Side. HEX triplet: B3, 8F and CB. RGB value is (179,143,203). Sum of RGB (Red+Green+Blue) = 179+143+203=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B38FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FCB is #4C7034. Grayscale: #A0A0A0. Windows color (decimal): -5009461 or 13340595. OLE color: 13340595.
HSL color Cylindrical-coordinate representation of color #B38FCB: hue angle of 276º 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 #B38FCB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 143 | 203 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.20 |
| HSL | 276º | 0.37% | 0.68% | - |
| HSV(B) | 276º | 0.3% | 0.8% | - |
| XYZ | 39.19 | 33.54 | 60.91 | - |
| YUV | 160.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 203 | 0.12 | 0.30 | 0 | 0.20 | 276 | 0.37 | 0.68 |
| Hex | B3 | 8F | CB | C | 1E | 0 | 14 | 114 | 25 | 44 |
| Octal | 263 | 217 | 313 | 14 | 36 | 0 | 24 | 424 | 45 | 104 |
| Binary | 10110011 | 10001111 | 11001011 | 1100 | 11110 | 0 | 10100 | 100010100 | 100101 | 1000100 |
Color Harmonies of #B38FCB
Complementary color
Monochromatic Colors of #B38FCB
Black with #B38FCB
Text Example
Text Example
White with #B38FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FCB; }
p { color: rgb(179,143,203); }
H1.HeaderClassName
{
color: #B38FCB;
}
.AnyTagClassName
{
color: #B38FCB;
}
</style>
background-color css
<style>
a { background-color: #B38FCB; }
a { background-color: rgb(179,143,203); }
div.DivClassName
{
background-color: #B38FCB;
}
.BgClassName
{
background-color: #B38FCB;
}
</style>
border-color css
<style>
span { border-color: #B38FCB; }
span { border-color: rgb(179,143,203); }
td.TdClassName
{
border-color: #B38FCB;
}
.TagClassName
{
border-color: #B38FCB;
}
</style>