Shades of East Side #B384BD
Tints of East Side #B384BD
RGB
CMYK
RGB Variations
Color information
#B384BD (or 0xB384BD) is known color: East Side. HEX triplet: B3, 84 and BD. RGB value is (179,132,189). Sum of RGB (Red+Green+Blue) = 179+132+189=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #B384BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384BD is #4C7B42. Grayscale: #989898. Windows color (decimal): -5012291 or 12420275. OLE color: 12420275.
HSL color Cylindrical-coordinate representation of color #B384BD: hue angle of 289.47º 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 #B384BD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 132 | 189 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.26 |
| HSL | 289.47º | 0.3% | 0.63% | - |
| HSV(B) | 289.47º | 0.3% | 0.74% | - |
| XYZ | 36.03 | 29.76 | 51.99 | - |
| YUV | 152.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 189 | 0.05 | 0.30 | 0 | 0.26 | 289.47 | 0.3 | 0.63 |
| Hex | B3 | 84 | BD | 5 | 1E | 0 | 1A | 121 | 1E | 3F |
| Octal | 263 | 204 | 275 | 5 | 36 | 0 | 32 | 441 | 36 | 77 |
| Binary | 10110011 | 10000100 | 10111101 | 101 | 11110 | 0 | 11010 | 100100001 | 11110 | 111111 |
Color Harmonies of #B384BD
Complementary color
Monochromatic Colors of #B384BD
Black with #B384BD
Text Example
Text Example
White with #B384BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384BD; }
p { color: rgb(179,132,189); }
H1.HeaderClassName
{
color: #B384BD;
}
.AnyTagClassName
{
color: #B384BD;
}
</style>
background-color css
<style>
a { background-color: #B384BD; }
a { background-color: rgb(179,132,189); }
div.DivClassName
{
background-color: #B384BD;
}
.BgClassName
{
background-color: #B384BD;
}
</style>
border-color css
<style>
span { border-color: #B384BD; }
span { border-color: rgb(179,132,189); }
td.TdClassName
{
border-color: #B384BD;
}
.TagClassName
{
border-color: #B384BD;
}
</style>