Shades of East Side #B385BE
Tints of East Side #B385BE
RGB
CMYK
RGB Variations
Color information
#B385BE (or 0xB385BE) is known color: East Side. HEX triplet: B3, 85 and BE. RGB value is (179,133,190). Sum of RGB (Red+Green+Blue) = 179+133+190=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B385BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BE is #4C7A41. Grayscale: #999999. Windows color (decimal): -5012034 or 12486067. OLE color: 12486067.
HSL color Cylindrical-coordinate representation of color #B385BE: hue angle of 288.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B385BE is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 133 | 190 | - |
| CMYK | 0.06 | 0.3 | 0 | 0.25 |
| HSL | 288.42º | 0.3% | 0.63% | - |
| HSV(B) | 288.42º | 0.3% | 0.75% | - |
| XYZ | 36.27 | 30.08 | 52.61 | - |
| YUV | 153.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 190 | 0.06 | 0.3 | 0 | 0.25 | 288.42 | 0.3 | 0.63 |
| Hex | B3 | 85 | BE | 6 | 1E | 0 | 19 | 120 | 1E | 3F |
| Octal | 263 | 205 | 276 | 6 | 36 | 0 | 31 | 440 | 36 | 77 |
| Binary | 10110011 | 10000101 | 10111110 | 110 | 11110 | 0 | 11001 | 100100000 | 11110 | 111111 |
Color Harmonies of #B385BE
Complementary color
Monochromatic Colors of #B385BE
Black with #B385BE
Text Example
Text Example
White with #B385BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385BE; }
p { color: rgb(179,133,190); }
H1.HeaderClassName
{
color: #B385BE;
}
.AnyTagClassName
{
color: #B385BE;
}
</style>
background-color css
<style>
a { background-color: #B385BE; }
a { background-color: rgb(179,133,190); }
div.DivClassName
{
background-color: #B385BE;
}
.BgClassName
{
background-color: #B385BE;
}
</style>
border-color css
<style>
span { border-color: #B385BE; }
span { border-color: rgb(179,133,190); }
td.TdClassName
{
border-color: #B385BE;
}
.TagClassName
{
border-color: #B385BE;
}
</style>