Shades of East Side #B985D2
Tints of East Side #B985D2
RGB
CMYK
RGB Variations
Color information
#B985D2 (or 0xB985D2) is known color: East Side. HEX triplet: B9, 85 and D2. RGB value is (185,133,210). Sum of RGB (Red+Green+Blue) = 185+133+210=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #B985D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985D2 is #467A2D. Grayscale: #9D9D9D. Windows color (decimal): -4618798 or 13796793. OLE color: 13796793.
HSL color Cylindrical-coordinate representation of color #B985D2: hue angle of 280.52º 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 #B985D2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 133 | 210 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.18 |
| HSL | 280.52º | 0.46% | 0.67% | - |
| HSV(B) | 280.52º | 0.37% | 0.82% | - |
| XYZ | 40.03 | 31.74 | 64.99 | - |
| YUV | 157.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 210 | 0.12 | 0.37 | 0 | 0.18 | 280.52 | 0.46 | 0.67 |
| Hex | B9 | 85 | D2 | C | 25 | 0 | 12 | 119 | 2E | 43 |
| Octal | 271 | 205 | 322 | 14 | 45 | 0 | 22 | 431 | 56 | 103 |
| Binary | 10111001 | 10000101 | 11010010 | 1100 | 100101 | 0 | 10010 | 100011001 | 101110 | 1000011 |
Color Harmonies of #B985D2
Complementary color
Monochromatic Colors of #B985D2
Black with #B985D2
Text Example
Text Example
White with #B985D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985D2; }
p { color: rgb(185,133,210); }
H1.HeaderClassName
{
color: #B985D2;
}
.AnyTagClassName
{
color: #B985D2;
}
</style>
background-color css
<style>
a { background-color: #B985D2; }
a { background-color: rgb(185,133,210); }
div.DivClassName
{
background-color: #B985D2;
}
.BgClassName
{
background-color: #B985D2;
}
</style>
border-color css
<style>
span { border-color: #B985D2; }
span { border-color: rgb(185,133,210); }
td.TdClassName
{
border-color: #B985D2;
}
.TagClassName
{
border-color: #B985D2;
}
</style>