Shades of East Side #B385BD
Tints of East Side #B385BD
RGB
CMYK
RGB Variations
Color information
#B385BD (or 0xB385BD) is known color: East Side. HEX triplet: B3, 85 and BD. RGB value is (179,133,189). Sum of RGB (Red+Green+Blue) = 179+133+189=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B385BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BD is #4C7A42. Grayscale: #989898. Windows color (decimal): -5012035 or 12420531. OLE color: 12420531.
HSL color Cylindrical-coordinate representation of color #B385BD: hue angle of 289.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B385BD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 133 | 189 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.26 |
| HSL | 289.29º | 0.3% | 0.63% | - |
| HSV(B) | 289.29º | 0.3% | 0.74% | - |
| XYZ | 36.16 | 30.03 | 52.04 | - |
| YUV | 153.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 189 | 0.05 | 0.30 | 0 | 0.26 | 289.29 | 0.3 | 0.63 |
| Hex | B3 | 85 | BD | 5 | 1E | 0 | 1A | 121 | 1E | 3F |
| Octal | 263 | 205 | 275 | 5 | 36 | 0 | 32 | 441 | 36 | 77 |
| Binary | 10110011 | 10000101 | 10111101 | 101 | 11110 | 0 | 11010 | 100100001 | 11110 | 111111 |
Color Harmonies of #B385BD
Complementary color
Monochromatic Colors of #B385BD
Black with #B385BD
Text Example
Text Example
White with #B385BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385BD; }
p { color: rgb(179,133,189); }
H1.HeaderClassName
{
color: #B385BD;
}
.AnyTagClassName
{
color: #B385BD;
}
</style>
background-color css
<style>
a { background-color: #B385BD; }
a { background-color: rgb(179,133,189); }
div.DivClassName
{
background-color: #B385BD;
}
.BgClassName
{
background-color: #B385BD;
}
</style>
border-color css
<style>
span { border-color: #B385BD; }
span { border-color: rgb(179,133,189); }
td.TdClassName
{
border-color: #B385BD;
}
.TagClassName
{
border-color: #B385BD;
}
</style>