Shades of East Side #B375C1
Tints of East Side #B375C1
RGB
CMYK
RGB Variations
Color information
#B375C1 (or 0xB375C1) is known color: East Side. HEX triplet: B3, 75 and C1. RGB value is (179,117,193). Sum of RGB (Red+Green+Blue) = 179+117+193=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #B375C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375C1 is #4C8A3E. Grayscale: #8F8F8F. Windows color (decimal): -5016127 or 12678579. OLE color: 12678579.
HSL color Cylindrical-coordinate representation of color #B375C1: hue angle of 288.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B375C1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 117 | 193 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.24 |
| HSL | 288.95º | 0.38% | 0.61% | - |
| HSV(B) | 288.95º | 0.39% | 0.76% | - |
| XYZ | 34.58 | 26.16 | 53.68 | - |
| YUV | 144.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 193 | 0.07 | 0.39 | 0 | 0.24 | 288.95 | 0.38 | 0.61 |
| Hex | B3 | 75 | C1 | 7 | 27 | 0 | 18 | 121 | 26 | 3D |
| Octal | 263 | 165 | 301 | 7 | 47 | 0 | 30 | 441 | 46 | 75 |
| Binary | 10110011 | 1110101 | 11000001 | 111 | 100111 | 0 | 11000 | 100100001 | 100110 | 111101 |
Color Harmonies of #B375C1
Complementary color
Monochromatic Colors of #B375C1
Black with #B375C1
Text Example
Text Example
White with #B375C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375C1; }
p { color: rgb(179,117,193); }
H1.HeaderClassName
{
color: #B375C1;
}
.AnyTagClassName
{
color: #B375C1;
}
</style>
background-color css
<style>
a { background-color: #B375C1; }
a { background-color: rgb(179,117,193); }
div.DivClassName
{
background-color: #B375C1;
}
.BgClassName
{
background-color: #B375C1;
}
</style>
border-color css
<style>
span { border-color: #B375C1; }
span { border-color: rgb(179,117,193); }
td.TdClassName
{
border-color: #B375C1;
}
.TagClassName
{
border-color: #B375C1;
}
</style>