Shades of East Side #B384BC
Tints of East Side #B384BC
RGB
CMYK
RGB Variations
Color information
#B384BC (or 0xB384BC) is known color: East Side. HEX triplet: B3, 84 and BC. RGB value is (179,132,188). Sum of RGB (Red+Green+Blue) = 179+132+188=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B384BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384BC is #4C7B43. Grayscale: #989898. Windows color (decimal): -5012292 or 12354739. OLE color: 12354739.
HSL color Cylindrical-coordinate representation of color #B384BC: hue angle of 290.36º degrees, saturation: 0.29, 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 #B384BC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 132 | 188 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.26 |
| HSL | 290.36º | 0.29% | 0.63% | - |
| HSV(B) | 290.36º | 0.3% | 0.74% | - |
| XYZ | 35.92 | 29.72 | 51.42 | - |
| YUV | 152.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 188 | 0.05 | 0.30 | 0 | 0.26 | 290.36 | 0.29 | 0.63 |
| Hex | B3 | 84 | BC | 5 | 1E | 0 | 1A | 122 | 1D | 3F |
| Octal | 263 | 204 | 274 | 5 | 36 | 0 | 32 | 442 | 35 | 77 |
| Binary | 10110011 | 10000100 | 10111100 | 101 | 11110 | 0 | 11010 | 100100010 | 11101 | 111111 |
Color Harmonies of #B384BC
Complementary color
Monochromatic Colors of #B384BC
Black with #B384BC
Text Example
Text Example
White with #B384BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384BC; }
p { color: rgb(179,132,188); }
H1.HeaderClassName
{
color: #B384BC;
}
.AnyTagClassName
{
color: #B384BC;
}
</style>
background-color css
<style>
a { background-color: #B384BC; }
a { background-color: rgb(179,132,188); }
div.DivClassName
{
background-color: #B384BC;
}
.BgClassName
{
background-color: #B384BC;
}
</style>
border-color css
<style>
span { border-color: #B384BC; }
span { border-color: rgb(179,132,188); }
td.TdClassName
{
border-color: #B384BC;
}
.TagClassName
{
border-color: #B384BC;
}
</style>