Shades of East Side #B375D0
Tints of East Side #B375D0
RGB
CMYK
RGB Variations
Color information
#B375D0 (or 0xB375D0) is known color: East Side. HEX triplet: B3, 75 and D0. RGB value is (179,117,208). Sum of RGB (Red+Green+Blue) = 179+117+208=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #B375D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375D0 is #4C8A2F. Grayscale: #919191. Windows color (decimal): -5016112 or 13661619. OLE color: 13661619.
HSL color Cylindrical-coordinate representation of color #B375D0: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B375D0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 117 | 208 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.18 |
| HSL | 280.88º | 0.49% | 0.64% | - |
| HSV(B) | 280.88º | 0.44% | 0.82% | - |
| XYZ | 36.34 | 26.86 | 62.94 | - |
| YUV | 145.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 208 | 0.14 | 0.44 | 0 | 0.18 | 280.88 | 0.49 | 0.64 |
| Hex | B3 | 75 | D0 | E | 2C | 0 | 12 | 119 | 31 | 40 |
| Octal | 263 | 165 | 320 | 16 | 54 | 0 | 22 | 431 | 61 | 100 |
| Binary | 10110011 | 1110101 | 11010000 | 1110 | 101100 | 0 | 10010 | 100011001 | 110001 | 1000000 |
Color Harmonies of #B375D0
Complementary color
Monochromatic Colors of #B375D0
Black with #B375D0
Text Example
Text Example
White with #B375D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375D0; }
p { color: rgb(179,117,208); }
H1.HeaderClassName
{
color: #B375D0;
}
.AnyTagClassName
{
color: #B375D0;
}
</style>
background-color css
<style>
a { background-color: #B375D0; }
a { background-color: rgb(179,117,208); }
div.DivClassName
{
background-color: #B375D0;
}
.BgClassName
{
background-color: #B375D0;
}
</style>
border-color css
<style>
span { border-color: #B375D0; }
span { border-color: rgb(179,117,208); }
td.TdClassName
{
border-color: #B375D0;
}
.TagClassName
{
border-color: #B375D0;
}
</style>