Shades of East Side #B183D0
Tints of East Side #B183D0
RGB
CMYK
RGB Variations
Color information
#B183D0 (or 0xB183D0) is known color: East Side. HEX triplet: B1, 83 and D0. RGB value is (177,131,208). Sum of RGB (Red+Green+Blue) = 177+131+208=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #B183D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183D0 is #4E7C2F. Grayscale: #999999. Windows color (decimal): -5143600 or 13665201. OLE color: 13665201.
HSL color Cylindrical-coordinate representation of color #B183D0: hue angle of 275.84º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B183D0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 131 | 208 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.18 |
| HSL | 275.84º | 0.45% | 0.66% | - |
| HSV(B) | 275.84º | 0.37% | 0.82% | - |
| XYZ | 37.63 | 30.13 | 63.51 | - |
| YUV | 153.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 208 | 0.15 | 0.37 | 0 | 0.18 | 275.84 | 0.45 | 0.66 |
| Hex | B1 | 83 | D0 | F | 25 | 0 | 12 | 114 | 2D | 42 |
| Octal | 261 | 203 | 320 | 17 | 45 | 0 | 22 | 424 | 55 | 102 |
| Binary | 10110001 | 10000011 | 11010000 | 1111 | 100101 | 0 | 10010 | 100010100 | 101101 | 1000010 |
Color Harmonies of #B183D0
Complementary color
Monochromatic Colors of #B183D0
Black with #B183D0
Text Example
Text Example
White with #B183D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183D0; }
p { color: rgb(177,131,208); }
H1.HeaderClassName
{
color: #B183D0;
}
.AnyTagClassName
{
color: #B183D0;
}
</style>
background-color css
<style>
a { background-color: #B183D0; }
a { background-color: rgb(177,131,208); }
div.DivClassName
{
background-color: #B183D0;
}
.BgClassName
{
background-color: #B183D0;
}
</style>
border-color css
<style>
span { border-color: #B183D0; }
span { border-color: rgb(177,131,208); }
td.TdClassName
{
border-color: #B183D0;
}
.TagClassName
{
border-color: #B183D0;
}
</style>