Shades of East Side #B373BF
Tints of East Side #B373BF
RGB
CMYK
RGB Variations
Color information
#B373BF (or 0xB373BF) is known color: East Side. HEX triplet: B3, 73 and BF. RGB value is (179,115,191). Sum of RGB (Red+Green+Blue) = 179+115+191=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B373BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BF is #4C8C40. Grayscale: #8E8E8E. Windows color (decimal): -5016641 or 12546995. OLE color: 12546995.
HSL color Cylindrical-coordinate representation of color #B373BF: hue angle of 290.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B373BF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 115 | 191 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.25 |
| HSL | 290.53º | 0.37% | 0.6% | - |
| HSV(B) | 290.53º | 0.4% | 0.75% | - |
| XYZ | 34.13 | 25.61 | 52.43 | - |
| YUV | 142.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 191 | 0.06 | 0.40 | 0 | 0.25 | 290.53 | 0.37 | 0.6 |
| Hex | B3 | 73 | BF | 6 | 28 | 0 | 19 | 123 | 25 | 3C |
| Octal | 263 | 163 | 277 | 6 | 50 | 0 | 31 | 443 | 45 | 74 |
| Binary | 10110011 | 1110011 | 10111111 | 110 | 101000 | 0 | 11001 | 100100011 | 100101 | 111100 |
Color Harmonies of #B373BF
Complementary color
Monochromatic Colors of #B373BF
Black with #B373BF
Text Example
Text Example
White with #B373BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373BF; }
p { color: rgb(179,115,191); }
H1.HeaderClassName
{
color: #B373BF;
}
.AnyTagClassName
{
color: #B373BF;
}
</style>
background-color css
<style>
a { background-color: #B373BF; }
a { background-color: rgb(179,115,191); }
div.DivClassName
{
background-color: #B373BF;
}
.BgClassName
{
background-color: #B373BF;
}
</style>
border-color css
<style>
span { border-color: #B373BF; }
span { border-color: rgb(179,115,191); }
td.TdClassName
{
border-color: #B373BF;
}
.TagClassName
{
border-color: #B373BF;
}
</style>