Shades of East Side #B383D4
Tints of East Side #B383D4
RGB
CMYK
RGB Variations
Color information
#B383D4 (or 0xB383D4) is known color: East Side. HEX triplet: B3, 83 and D4. RGB value is (179,131,212). Sum of RGB (Red+Green+Blue) = 179+131+212=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #B383D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383D4 is #4C7C2B. Grayscale: #9A9A9A. Windows color (decimal): -5012524 or 13927347. OLE color: 13927347.
HSL color Cylindrical-coordinate representation of color #B383D4: hue angle of 275.56º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B383D4 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 131 | 212 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.17 |
| HSL | 275.56º | 0.49% | 0.67% | - |
| HSV(B) | 275.56º | 0.38% | 0.83% | - |
| XYZ | 38.59 | 30.57 | 66.15 | - |
| YUV | 154.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 212 | 0.16 | 0.38 | 0 | 0.17 | 275.56 | 0.49 | 0.67 |
| Hex | B3 | 83 | D4 | 10 | 26 | 0 | 11 | 114 | 31 | 43 |
| Octal | 263 | 203 | 324 | 20 | 46 | 0 | 21 | 424 | 61 | 103 |
| Binary | 10110011 | 10000011 | 11010100 | 10000 | 100110 | 0 | 10001 | 100010100 | 110001 | 1000011 |
Color Harmonies of #B383D4
Complementary color
Monochromatic Colors of #B383D4
Black with #B383D4
Text Example
Text Example
White with #B383D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383D4; }
p { color: rgb(179,131,212); }
H1.HeaderClassName
{
color: #B383D4;
}
.AnyTagClassName
{
color: #B383D4;
}
</style>
background-color css
<style>
a { background-color: #B383D4; }
a { background-color: rgb(179,131,212); }
div.DivClassName
{
background-color: #B383D4;
}
.BgClassName
{
background-color: #B383D4;
}
</style>
border-color css
<style>
span { border-color: #B383D4; }
span { border-color: rgb(179,131,212); }
td.TdClassName
{
border-color: #B383D4;
}
.TagClassName
{
border-color: #B383D4;
}
</style>