Shades of East Side #B39DC1
Tints of East Side #B39DC1
RGB
CMYK
RGB Variations
Color information
#B39DC1 (or 0xB39DC1) is known color: East Side. HEX triplet: B3, 9D and C1. RGB value is (179,157,193). Sum of RGB (Red+Green+Blue) = 179+157+193=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #B39DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DC1 is #4C623E. Grayscale: #A7A7A7. Windows color (decimal): -5005887 or 12688819. OLE color: 12688819.
HSL color Cylindrical-coordinate representation of color #B39DC1: hue angle of 276.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39DC1 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 157 | 193 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.24 |
| HSL | 276.67º | 0.23% | 0.69% | - |
| HSV(B) | 276.67º | 0.19% | 0.76% | - |
| XYZ | 40.27 | 37.55 | 55.58 | - |
| YUV | 167.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 193 | 0.07 | 0.19 | 0 | 0.24 | 276.67 | 0.23 | 0.69 |
| Hex | B3 | 9D | C1 | 7 | 13 | 0 | 18 | 115 | 16 | 45 |
| Octal | 263 | 235 | 301 | 7 | 23 | 0 | 30 | 425 | 26 | 105 |
| Binary | 10110011 | 10011101 | 11000001 | 111 | 10011 | 0 | 11000 | 100010101 | 10110 | 1000101 |
Color Harmonies of #B39DC1
Complementary color
Monochromatic Colors of #B39DC1
Black with #B39DC1
Text Example
Text Example
White with #B39DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39DC1; }
p { color: rgb(179,157,193); }
H1.HeaderClassName
{
color: #B39DC1;
}
.AnyTagClassName
{
color: #B39DC1;
}
</style>
background-color css
<style>
a { background-color: #B39DC1; }
a { background-color: rgb(179,157,193); }
div.DivClassName
{
background-color: #B39DC1;
}
.BgClassName
{
background-color: #B39DC1;
}
</style>
border-color css
<style>
span { border-color: #B39DC1; }
span { border-color: rgb(179,157,193); }
td.TdClassName
{
border-color: #B39DC1;
}
.TagClassName
{
border-color: #B39DC1;
}
</style>