Shades of East Side #B383C6
Tints of East Side #B383C6
RGB
CMYK
RGB Variations
Color information
#B383C6 (or 0xB383C6) is known color: East Side. HEX triplet: B3, 83 and C6. RGB value is (179,131,198). Sum of RGB (Red+Green+Blue) = 179+131+198=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #B383C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383C6 is #4C7C39. Grayscale: #989898. Windows color (decimal): -5012538 or 13009843. OLE color: 13009843.
HSL color Cylindrical-coordinate representation of color #B383C6: hue angle of 282.99º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B383C6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 131 | 198 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.22 |
| HSL | 282.99º | 0.37% | 0.65% | - |
| HSV(B) | 282.99º | 0.34% | 0.78% | - |
| XYZ | 36.9 | 29.89 | 57.25 | - |
| YUV | 152.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 198 | 0.10 | 0.34 | 0 | 0.22 | 282.99 | 0.37 | 0.65 |
| Hex | B3 | 83 | C6 | A | 22 | 0 | 16 | 11B | 25 | 41 |
| Octal | 263 | 203 | 306 | 12 | 42 | 0 | 26 | 433 | 45 | 101 |
| Binary | 10110011 | 10000011 | 11000110 | 1010 | 100010 | 0 | 10110 | 100011011 | 100101 | 1000001 |
Color Harmonies of #B383C6
Complementary color
Monochromatic Colors of #B383C6
Black with #B383C6
Text Example
Text Example
White with #B383C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383C6; }
p { color: rgb(179,131,198); }
H1.HeaderClassName
{
color: #B383C6;
}
.AnyTagClassName
{
color: #B383C6;
}
</style>
background-color css
<style>
a { background-color: #B383C6; }
a { background-color: rgb(179,131,198); }
div.DivClassName
{
background-color: #B383C6;
}
.BgClassName
{
background-color: #B383C6;
}
</style>
border-color css
<style>
span { border-color: #B383C6; }
span { border-color: rgb(179,131,198); }
td.TdClassName
{
border-color: #B383C6;
}
.TagClassName
{
border-color: #B383C6;
}
</style>