Shades of East Side #B17DCE
Tints of East Side #B17DCE
RGB
CMYK
RGB Variations
Color information
#B17DCE (or 0xB17DCE) is known color: East Side. HEX triplet: B1, 7D and CE. RGB value is (177,125,206). Sum of RGB (Red+Green+Blue) = 177+125+206=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B17DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DCE is #4E8231. Grayscale: #959595. Windows color (decimal): -5145138 or 13532593. OLE color: 13532593.
HSL color Cylindrical-coordinate representation of color #B17DCE: hue angle of 278.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17DCE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 125 | 206 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.19 |
| HSL | 278.52º | 0.45% | 0.65% | - |
| HSV(B) | 278.52º | 0.39% | 0.81% | - |
| XYZ | 36.61 | 28.47 | 61.96 | - |
| YUV | 149.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 206 | 0.14 | 0.39 | 0 | 0.19 | 278.52 | 0.45 | 0.65 |
| Hex | B1 | 7D | CE | E | 27 | 0 | 13 | 117 | 2D | 41 |
| Octal | 261 | 175 | 316 | 16 | 47 | 0 | 23 | 427 | 55 | 101 |
| Binary | 10110001 | 1111101 | 11001110 | 1110 | 100111 | 0 | 10011 | 100010111 | 101101 | 1000001 |
Color Harmonies of #B17DCE
Complementary color
Monochromatic Colors of #B17DCE
Black with #B17DCE
Text Example
Text Example
White with #B17DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DCE; }
p { color: rgb(177,125,206); }
H1.HeaderClassName
{
color: #B17DCE;
}
.AnyTagClassName
{
color: #B17DCE;
}
</style>
background-color css
<style>
a { background-color: #B17DCE; }
a { background-color: rgb(177,125,206); }
div.DivClassName
{
background-color: #B17DCE;
}
.BgClassName
{
background-color: #B17DCE;
}
</style>
border-color css
<style>
span { border-color: #B17DCE; }
span { border-color: rgb(177,125,206); }
td.TdClassName
{
border-color: #B17DCE;
}
.TagClassName
{
border-color: #B17DCE;
}
</style>