Shades of East Side #B384CC
Tints of East Side #B384CC
RGB
CMYK
RGB Variations
Color information
#B384CC (or 0xB384CC) is known color: East Side. HEX triplet: B3, 84 and CC. RGB value is (179,132,204). Sum of RGB (Red+Green+Blue) = 179+132+204=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B384CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CC is #4C7B33. Grayscale: #9A9A9A. Windows color (decimal): -5012276 or 13403315. OLE color: 13403315.
HSL color Cylindrical-coordinate representation of color #B384CC: hue angle of 279.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B384CC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 132 | 204 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.2 |
| HSL | 279.17º | 0.41% | 0.66% | - |
| HSV(B) | 279.17º | 0.35% | 0.8% | - |
| XYZ | 37.74 | 30.45 | 61.01 | - |
| YUV | 154.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 204 | 0.12 | 0.35 | 0 | 0.2 | 279.17 | 0.41 | 0.66 |
| Hex | B3 | 84 | CC | C | 23 | 0 | 14 | 117 | 29 | 42 |
| Octal | 263 | 204 | 314 | 14 | 43 | 0 | 24 | 427 | 51 | 102 |
| Binary | 10110011 | 10000100 | 11001100 | 1100 | 100011 | 0 | 10100 | 100010111 | 101001 | 1000010 |
Color Harmonies of #B384CC
Complementary color
Monochromatic Colors of #B384CC
Black with #B384CC
Text Example
Text Example
White with #B384CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384CC; }
p { color: rgb(179,132,204); }
H1.HeaderClassName
{
color: #B384CC;
}
.AnyTagClassName
{
color: #B384CC;
}
</style>
background-color css
<style>
a { background-color: #B384CC; }
a { background-color: rgb(179,132,204); }
div.DivClassName
{
background-color: #B384CC;
}
.BgClassName
{
background-color: #B384CC;
}
</style>
border-color css
<style>
span { border-color: #B384CC; }
span { border-color: rgb(179,132,204); }
td.TdClassName
{
border-color: #B384CC;
}
.TagClassName
{
border-color: #B384CC;
}
</style>