Shades of East Side #B983C9
Tints of East Side #B983C9
RGB
CMYK
RGB Variations
Color information
#B983C9 (or 0xB983C9) is known color: East Side. HEX triplet: B9, 83 and C9. RGB value is (185,131,201). Sum of RGB (Red+Green+Blue) = 185+131+201=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #B983C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983C9 is #467C36. Grayscale: #9A9A9A. Windows color (decimal): -4619319 or 13206457. OLE color: 13206457.
HSL color Cylindrical-coordinate representation of color #B983C9: hue angle of 286.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B983C9 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 131 | 201 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.21 |
| HSL | 286.29º | 0.39% | 0.65% | - |
| HSV(B) | 286.29º | 0.35% | 0.79% | - |
| XYZ | 38.67 | 30.76 | 59.16 | - |
| YUV | 155.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 201 | 0.08 | 0.35 | 0 | 0.21 | 286.29 | 0.39 | 0.65 |
| Hex | B9 | 83 | C9 | 8 | 23 | 0 | 15 | 11E | 27 | 41 |
| Octal | 271 | 203 | 311 | 10 | 43 | 0 | 25 | 436 | 47 | 101 |
| Binary | 10111001 | 10000011 | 11001001 | 1000 | 100011 | 0 | 10101 | 100011110 | 100111 | 1000001 |
Color Harmonies of #B983C9
Complementary color
Monochromatic Colors of #B983C9
Black with #B983C9
Text Example
Text Example
White with #B983C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983C9; }
p { color: rgb(185,131,201); }
H1.HeaderClassName
{
color: #B983C9;
}
.AnyTagClassName
{
color: #B983C9;
}
</style>
background-color css
<style>
a { background-color: #B983C9; }
a { background-color: rgb(185,131,201); }
div.DivClassName
{
background-color: #B983C9;
}
.BgClassName
{
background-color: #B983C9;
}
</style>
border-color css
<style>
span { border-color: #B983C9; }
span { border-color: rgb(185,131,201); }
td.TdClassName
{
border-color: #B983C9;
}
.TagClassName
{
border-color: #B983C9;
}
</style>