Shades of East Side #B380D6
Tints of East Side #B380D6
RGB
CMYK
RGB Variations
Color information
#B380D6 (or 0xB380D6) is known color: East Side. HEX triplet: B3, 80 and D6. RGB value is (179,128,214). Sum of RGB (Red+Green+Blue) = 179+128+214=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #B380D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380D6 is #4C7F29. Grayscale: #989898. Windows color (decimal): -5013290 or 14057651. OLE color: 14057651.
HSL color Cylindrical-coordinate representation of color #B380D6: hue angle of 275.58º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B380D6 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 128 | 214 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.16 |
| HSL | 275.58º | 0.51% | 0.67% | - |
| HSV(B) | 275.58º | 0.4% | 0.84% | - |
| XYZ | 38.45 | 29.88 | 67.36 | - |
| YUV | 153.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 214 | 0.16 | 0.40 | 0 | 0.16 | 275.58 | 0.51 | 0.67 |
| Hex | B3 | 80 | D6 | 10 | 28 | 0 | 10 | 114 | 33 | 43 |
| Octal | 263 | 200 | 326 | 20 | 50 | 0 | 20 | 424 | 63 | 103 |
| Binary | 10110011 | 10000000 | 11010110 | 10000 | 101000 | 0 | 10000 | 100010100 | 110011 | 1000011 |
Color Harmonies of #B380D6
Complementary color
Monochromatic Colors of #B380D6
Black with #B380D6
Text Example
Text Example
White with #B380D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380D6; }
p { color: rgb(179,128,214); }
H1.HeaderClassName
{
color: #B380D6;
}
.AnyTagClassName
{
color: #B380D6;
}
</style>
background-color css
<style>
a { background-color: #B380D6; }
a { background-color: rgb(179,128,214); }
div.DivClassName
{
background-color: #B380D6;
}
.BgClassName
{
background-color: #B380D6;
}
</style>
border-color css
<style>
span { border-color: #B380D6; }
span { border-color: rgb(179,128,214); }
td.TdClassName
{
border-color: #B380D6;
}
.TagClassName
{
border-color: #B380D6;
}
</style>