Shades of East Side #B984D3
Tints of East Side #B984D3
RGB
CMYK
RGB Variations
Color information
#B984D3 (or 0xB984D3) is known color: East Side. HEX triplet: B9, 84 and D3. RGB value is (185,132,211). Sum of RGB (Red+Green+Blue) = 185+132+211=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #B984D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984D3 is #467B2C. Grayscale: #9C9C9C. Windows color (decimal): -4619053 or 13862073. OLE color: 13862073.
HSL color Cylindrical-coordinate representation of color #B984D3: hue angle of 280.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B984D3 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 132 | 211 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.17 |
| HSL | 280.25º | 0.47% | 0.67% | - |
| HSV(B) | 280.25º | 0.37% | 0.83% | - |
| XYZ | 40.02 | 31.52 | 65.6 | - |
| YUV | 156.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 211 | 0.12 | 0.37 | 0 | 0.17 | 280.25 | 0.47 | 0.67 |
| Hex | B9 | 84 | D3 | C | 25 | 0 | 11 | 118 | 2F | 43 |
| Octal | 271 | 204 | 323 | 14 | 45 | 0 | 21 | 430 | 57 | 103 |
| Binary | 10111001 | 10000100 | 11010011 | 1100 | 100101 | 0 | 10001 | 100011000 | 101111 | 1000011 |
Color Harmonies of #B984D3
Complementary color
Monochromatic Colors of #B984D3
Black with #B984D3
Text Example
Text Example
White with #B984D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984D3; }
p { color: rgb(185,132,211); }
H1.HeaderClassName
{
color: #B984D3;
}
.AnyTagClassName
{
color: #B984D3;
}
</style>
background-color css
<style>
a { background-color: #B984D3; }
a { background-color: rgb(185,132,211); }
div.DivClassName
{
background-color: #B984D3;
}
.BgClassName
{
background-color: #B984D3;
}
</style>
border-color css
<style>
span { border-color: #B984D3; }
span { border-color: rgb(185,132,211); }
td.TdClassName
{
border-color: #B984D3;
}
.TagClassName
{
border-color: #B984D3;
}
</style>