Shades of East Side #B17DC2
Tints of East Side #B17DC2
RGB
CMYK
RGB Variations
Color information
#B17DC2 (or 0xB17DC2) is known color: East Side. HEX triplet: B1, 7D and C2. RGB value is (177,125,194). Sum of RGB (Red+Green+Blue) = 177+125+194=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #B17DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DC2 is #4E823D. Grayscale: #949494. Windows color (decimal): -5145150 or 12746161. OLE color: 12746161.
HSL color Cylindrical-coordinate representation of color #B17DC2: hue angle of 285.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17DC2 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 125 | 194 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.24 |
| HSL | 285.22º | 0.36% | 0.63% | - |
| HSV(B) | 285.22º | 0.36% | 0.76% | - |
| XYZ | 35.2 | 27.91 | 54.57 | - |
| YUV | 148.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 194 | 0.09 | 0.36 | 0 | 0.24 | 285.22 | 0.36 | 0.63 |
| Hex | B1 | 7D | C2 | 9 | 24 | 0 | 18 | 11D | 24 | 3F |
| Octal | 261 | 175 | 302 | 11 | 44 | 0 | 30 | 435 | 44 | 77 |
| Binary | 10110001 | 1111101 | 11000010 | 1001 | 100100 | 0 | 11000 | 100011101 | 100100 | 111111 |
Color Harmonies of #B17DC2
Complementary color
Monochromatic Colors of #B17DC2
Black with #B17DC2
Text Example
Text Example
White with #B17DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DC2; }
p { color: rgb(177,125,194); }
H1.HeaderClassName
{
color: #B17DC2;
}
.AnyTagClassName
{
color: #B17DC2;
}
</style>
background-color css
<style>
a { background-color: #B17DC2; }
a { background-color: rgb(177,125,194); }
div.DivClassName
{
background-color: #B17DC2;
}
.BgClassName
{
background-color: #B17DC2;
}
</style>
border-color css
<style>
span { border-color: #B17DC2; }
span { border-color: rgb(177,125,194); }
td.TdClassName
{
border-color: #B17DC2;
}
.TagClassName
{
border-color: #B17DC2;
}
</style>