Shades of East Side #B384CE
Tints of East Side #B384CE
RGB
CMYK
RGB Variations
Color information
#B384CE (or 0xB384CE) is known color: East Side. HEX triplet: B3, 84 and CE. RGB value is (179,132,206). Sum of RGB (Red+Green+Blue) = 179+132+206=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #B384CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CE is #4C7B31. Grayscale: #9A9A9A. Windows color (decimal): -5012274 or 13534387. OLE color: 13534387.
HSL color Cylindrical-coordinate representation of color #B384CE: hue angle of 278.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B384CE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 132 | 206 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.19 |
| HSL | 278.11º | 0.43% | 0.66% | - |
| HSV(B) | 278.11º | 0.36% | 0.81% | - |
| XYZ | 37.98 | 30.54 | 62.29 | - |
| YUV | 154.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 206 | 0.13 | 0.36 | 0 | 0.19 | 278.11 | 0.43 | 0.66 |
| Hex | B3 | 84 | CE | D | 24 | 0 | 13 | 116 | 2B | 42 |
| Octal | 263 | 204 | 316 | 15 | 44 | 0 | 23 | 426 | 53 | 102 |
| Binary | 10110011 | 10000100 | 11001110 | 1101 | 100100 | 0 | 10011 | 100010110 | 101011 | 1000010 |
Color Harmonies of #B384CE
Complementary color
Monochromatic Colors of #B384CE
Black with #B384CE
Text Example
Text Example
White with #B384CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384CE; }
p { color: rgb(179,132,206); }
H1.HeaderClassName
{
color: #B384CE;
}
.AnyTagClassName
{
color: #B384CE;
}
</style>
background-color css
<style>
a { background-color: #B384CE; }
a { background-color: rgb(179,132,206); }
div.DivClassName
{
background-color: #B384CE;
}
.BgClassName
{
background-color: #B384CE;
}
</style>
border-color css
<style>
span { border-color: #B384CE; }
span { border-color: rgb(179,132,206); }
td.TdClassName
{
border-color: #B384CE;
}
.TagClassName
{
border-color: #B384CE;
}
</style>