Shades of East Side #B375B9
Tints of East Side #B375B9
RGB
CMYK
RGB Variations
Color information
#B375B9 (or 0xB375B9) is known color: East Side. HEX triplet: B3, 75 and B9. RGB value is (179,117,185). Sum of RGB (Red+Green+Blue) = 179+117+185=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #B375B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375B9 is #4C8A46. Grayscale: #8F8F8F. Windows color (decimal): -5016135 or 12154291. OLE color: 12154291.
HSL color Cylindrical-coordinate representation of color #B375B9: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B375B9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 117 | 185 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.27 |
| HSL | 294.71º | 0.33% | 0.59% | - |
| HSV(B) | 294.71º | 0.37% | 0.73% | - |
| XYZ | 33.71 | 25.81 | 49.1 | - |
| YUV | 143.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 185 | 0.03 | 0.37 | 0 | 0.27 | 294.71 | 0.33 | 0.59 |
| Hex | B3 | 75 | B9 | 3 | 25 | 0 | 1B | 127 | 21 | 3B |
| Octal | 263 | 165 | 271 | 3 | 45 | 0 | 33 | 447 | 41 | 73 |
| Binary | 10110011 | 1110101 | 10111001 | 11 | 100101 | 0 | 11011 | 100100111 | 100001 | 111011 |
Color Harmonies of #B375B9
Complementary color
Monochromatic Colors of #B375B9
Black with #B375B9
Text Example
Text Example
White with #B375B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375B9; }
p { color: rgb(179,117,185); }
H1.HeaderClassName
{
color: #B375B9;
}
.AnyTagClassName
{
color: #B375B9;
}
</style>
background-color css
<style>
a { background-color: #B375B9; }
a { background-color: rgb(179,117,185); }
div.DivClassName
{
background-color: #B375B9;
}
.BgClassName
{
background-color: #B375B9;
}
</style>
border-color css
<style>
span { border-color: #B375B9; }
span { border-color: rgb(179,117,185); }
td.TdClassName
{
border-color: #B375B9;
}
.TagClassName
{
border-color: #B375B9;
}
</style>