Shades of East Side #B37AC2
Tints of East Side #B37AC2
RGB
CMYK
RGB Variations
Color information
#B37AC2 (or 0xB37AC2) is known color: East Side. HEX triplet: B3, 7A and C2. RGB value is (179,122,194). Sum of RGB (Red+Green+Blue) = 179+122+194=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #B37AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37AC2 is #4C853D. Grayscale: #939393. Windows color (decimal): -5014846 or 12745395. OLE color: 12745395.
HSL color Cylindrical-coordinate representation of color #B37AC2: hue angle of 287.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37AC2 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 122 | 194 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.24 |
| HSL | 287.5º | 0.37% | 0.62% | - |
| HSV(B) | 287.5º | 0.37% | 0.76% | - |
| XYZ | 35.29 | 27.4 | 54.47 | - |
| YUV | 147.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 194 | 0.08 | 0.37 | 0 | 0.24 | 287.5 | 0.37 | 0.62 |
| Hex | B3 | 7A | C2 | 8 | 25 | 0 | 18 | 120 | 25 | 3E |
| Octal | 263 | 172 | 302 | 10 | 45 | 0 | 30 | 440 | 45 | 76 |
| Binary | 10110011 | 1111010 | 11000010 | 1000 | 100101 | 0 | 11000 | 100100000 | 100101 | 111110 |
Color Harmonies of #B37AC2
Complementary color
Monochromatic Colors of #B37AC2
Black with #B37AC2
Text Example
Text Example
White with #B37AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AC2; }
p { color: rgb(179,122,194); }
H1.HeaderClassName
{
color: #B37AC2;
}
.AnyTagClassName
{
color: #B37AC2;
}
</style>
background-color css
<style>
a { background-color: #B37AC2; }
a { background-color: rgb(179,122,194); }
div.DivClassName
{
background-color: #B37AC2;
}
.BgClassName
{
background-color: #B37AC2;
}
</style>
border-color css
<style>
span { border-color: #B37AC2; }
span { border-color: rgb(179,122,194); }
td.TdClassName
{
border-color: #B37AC2;
}
.TagClassName
{
border-color: #B37AC2;
}
</style>