Shades of East Side #B37CC2
Tints of East Side #B37CC2
RGB
CMYK
RGB Variations
Color information
#B37CC2 (or 0xB37CC2) is known color: East Side. HEX triplet: B3, 7C and C2. RGB value is (179,124,194). Sum of RGB (Red+Green+Blue) = 179+124+194=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #B37CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CC2 is #4C833D. Grayscale: #949494. Windows color (decimal): -5014334 or 12745907. OLE color: 12745907.
HSL color Cylindrical-coordinate representation of color #B37CC2: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37CC2 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 124 | 194 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.24 |
| HSL | 287.14º | 0.36% | 0.62% | - |
| HSV(B) | 287.14º | 0.36% | 0.76% | - |
| XYZ | 35.54 | 27.89 | 54.55 | - |
| YUV | 148.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 194 | 0.08 | 0.36 | 0 | 0.24 | 287.14 | 0.36 | 0.62 |
| Hex | B3 | 7C | C2 | 8 | 24 | 0 | 18 | 11F | 24 | 3E |
| Octal | 263 | 174 | 302 | 10 | 44 | 0 | 30 | 437 | 44 | 76 |
| Binary | 10110011 | 1111100 | 11000010 | 1000 | 100100 | 0 | 11000 | 100011111 | 100100 | 111110 |
Color Harmonies of #B37CC2
Complementary color
Monochromatic Colors of #B37CC2
Black with #B37CC2
Text Example
Text Example
White with #B37CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37CC2; }
p { color: rgb(179,124,194); }
H1.HeaderClassName
{
color: #B37CC2;
}
.AnyTagClassName
{
color: #B37CC2;
}
</style>
background-color css
<style>
a { background-color: #B37CC2; }
a { background-color: rgb(179,124,194); }
div.DivClassName
{
background-color: #B37CC2;
}
.BgClassName
{
background-color: #B37CC2;
}
</style>
border-color css
<style>
span { border-color: #B37CC2; }
span { border-color: rgb(179,124,194); }
td.TdClassName
{
border-color: #B37CC2;
}
.TagClassName
{
border-color: #B37CC2;
}
</style>