Shades of East Side #B38FC1
Tints of East Side #B38FC1
RGB
CMYK
RGB Variations
Color information
#B38FC1 (or 0xB38FC1) is known color: East Side. HEX triplet: B3, 8F and C1. RGB value is (179,143,193). Sum of RGB (Red+Green+Blue) = 179+143+193=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #B38FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FC1 is #4C703E. Grayscale: #9F9F9F. Windows color (decimal): -5009471 or 12685235. OLE color: 12685235.
HSL color Cylindrical-coordinate representation of color #B38FC1: hue angle of 283.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38FC1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 143 | 193 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.24 |
| HSL | 283.2º | 0.29% | 0.66% | - |
| HSV(B) | 283.2º | 0.26% | 0.76% | - |
| XYZ | 38.04 | 33.08 | 54.83 | - |
| YUV | 159.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 193 | 0.07 | 0.26 | 0 | 0.24 | 283.2 | 0.29 | 0.66 |
| Hex | B3 | 8F | C1 | 7 | 1A | 0 | 18 | 11B | 1D | 42 |
| Octal | 263 | 217 | 301 | 7 | 32 | 0 | 30 | 433 | 35 | 102 |
| Binary | 10110011 | 10001111 | 11000001 | 111 | 11010 | 0 | 11000 | 100011011 | 11101 | 1000010 |
Color Harmonies of #B38FC1
Complementary color
Monochromatic Colors of #B38FC1
Black with #B38FC1
Text Example
Text Example
White with #B38FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FC1; }
p { color: rgb(179,143,193); }
H1.HeaderClassName
{
color: #B38FC1;
}
.AnyTagClassName
{
color: #B38FC1;
}
</style>
background-color css
<style>
a { background-color: #B38FC1; }
a { background-color: rgb(179,143,193); }
div.DivClassName
{
background-color: #B38FC1;
}
.BgClassName
{
background-color: #B38FC1;
}
</style>
border-color css
<style>
span { border-color: #B38FC1; }
span { border-color: rgb(179,143,193); }
td.TdClassName
{
border-color: #B38FC1;
}
.TagClassName
{
border-color: #B38FC1;
}
</style>