Shades of East Side #B183D1
Tints of East Side #B183D1
RGB
CMYK
RGB Variations
Color information
#B183D1 (or 0xB183D1) is known color: East Side. HEX triplet: B1, 83 and D1. RGB value is (177,131,209). Sum of RGB (Red+Green+Blue) = 177+131+209=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #B183D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183D1 is #4E7C2E. Grayscale: #999999. Windows color (decimal): -5143599 or 13730737. OLE color: 13730737.
HSL color Cylindrical-coordinate representation of color #B183D1: hue angle of 275.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B183D1 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 131 | 209 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.18 |
| HSL | 275.38º | 0.46% | 0.67% | - |
| HSV(B) | 275.38º | 0.37% | 0.82% | - |
| XYZ | 37.76 | 30.18 | 64.16 | - |
| YUV | 153.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 209 | 0.15 | 0.37 | 0 | 0.18 | 275.38 | 0.46 | 0.67 |
| Hex | B1 | 83 | D1 | F | 25 | 0 | 12 | 113 | 2E | 43 |
| Octal | 261 | 203 | 321 | 17 | 45 | 0 | 22 | 423 | 56 | 103 |
| Binary | 10110001 | 10000011 | 11010001 | 1111 | 100101 | 0 | 10010 | 100010011 | 101110 | 1000011 |
Color Harmonies of #B183D1
Complementary color
Monochromatic Colors of #B183D1
Black with #B183D1
Text Example
Text Example
White with #B183D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183D1; }
p { color: rgb(177,131,209); }
H1.HeaderClassName
{
color: #B183D1;
}
.AnyTagClassName
{
color: #B183D1;
}
</style>
background-color css
<style>
a { background-color: #B183D1; }
a { background-color: rgb(177,131,209); }
div.DivClassName
{
background-color: #B183D1;
}
.BgClassName
{
background-color: #B183D1;
}
</style>
border-color css
<style>
span { border-color: #B183D1; }
span { border-color: rgb(177,131,209); }
td.TdClassName
{
border-color: #B183D1;
}
.TagClassName
{
border-color: #B183D1;
}
</style>