Shades of East Side #B374BE
Tints of East Side #B374BE
RGB
CMYK
RGB Variations
Color information
#B374BE (or 0xB374BE) is known color: East Side. HEX triplet: B3, 74 and BE. RGB value is (179,116,190). Sum of RGB (Red+Green+Blue) = 179+116+190=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B374BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374BE is #4C8B41. Grayscale: #8F8F8F. Windows color (decimal): -5016386 or 12481715. OLE color: 12481715.
HSL color Cylindrical-coordinate representation of color #B374BE: hue angle of 291.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B374BE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 116 | 190 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.25 |
| HSL | 291.08º | 0.36% | 0.6% | - |
| HSV(B) | 291.08º | 0.39% | 0.75% | - |
| XYZ | 34.13 | 25.79 | 51.89 | - |
| YUV | 143.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 190 | 0.06 | 0.39 | 0 | 0.25 | 291.08 | 0.36 | 0.6 |
| Hex | B3 | 74 | BE | 6 | 27 | 0 | 19 | 123 | 24 | 3C |
| Octal | 263 | 164 | 276 | 6 | 47 | 0 | 31 | 443 | 44 | 74 |
| Binary | 10110011 | 1110100 | 10111110 | 110 | 100111 | 0 | 11001 | 100100011 | 100100 | 111100 |
Color Harmonies of #B374BE
Complementary color
Monochromatic Colors of #B374BE
Black with #B374BE
Text Example
Text Example
White with #B374BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374BE; }
p { color: rgb(179,116,190); }
H1.HeaderClassName
{
color: #B374BE;
}
.AnyTagClassName
{
color: #B374BE;
}
</style>
background-color css
<style>
a { background-color: #B374BE; }
a { background-color: rgb(179,116,190); }
div.DivClassName
{
background-color: #B374BE;
}
.BgClassName
{
background-color: #B374BE;
}
</style>
border-color css
<style>
span { border-color: #B374BE; }
span { border-color: rgb(179,116,190); }
td.TdClassName
{
border-color: #B374BE;
}
.TagClassName
{
border-color: #B374BE;
}
</style>