Shades of East Side #B37ABE
Tints of East Side #B37ABE
RGB
CMYK
RGB Variations
Color information
#B37ABE (or 0xB37ABE) is known color: East Side. HEX triplet: B3, 7A and BE. RGB value is (179,122,190). Sum of RGB (Red+Green+Blue) = 179+122+190=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B37ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ABE is #4C8541. Grayscale: #929292. Windows color (decimal): -5014850 or 12483251. OLE color: 12483251.
HSL color Cylindrical-coordinate representation of color #B37ABE: hue angle of 290.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37ABE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 122 | 190 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.25 |
| HSL | 290.29º | 0.34% | 0.61% | - |
| HSV(B) | 290.29º | 0.36% | 0.75% | - |
| XYZ | 34.84 | 27.22 | 52.13 | - |
| YUV | 146.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 190 | 0.06 | 0.36 | 0 | 0.25 | 290.29 | 0.34 | 0.61 |
| Hex | B3 | 7A | BE | 6 | 24 | 0 | 19 | 122 | 22 | 3D |
| Octal | 263 | 172 | 276 | 6 | 44 | 0 | 31 | 442 | 42 | 75 |
| Binary | 10110011 | 1111010 | 10111110 | 110 | 100100 | 0 | 11001 | 100100010 | 100010 | 111101 |
Color Harmonies of #B37ABE
Complementary color
Monochromatic Colors of #B37ABE
Black with #B37ABE
Text Example
Text Example
White with #B37ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37ABE; }
p { color: rgb(179,122,190); }
H1.HeaderClassName
{
color: #B37ABE;
}
.AnyTagClassName
{
color: #B37ABE;
}
</style>
background-color css
<style>
a { background-color: #B37ABE; }
a { background-color: rgb(179,122,190); }
div.DivClassName
{
background-color: #B37ABE;
}
.BgClassName
{
background-color: #B37ABE;
}
</style>
border-color css
<style>
span { border-color: #B37ABE; }
span { border-color: rgb(179,122,190); }
td.TdClassName
{
border-color: #B37ABE;
}
.TagClassName
{
border-color: #B37ABE;
}
</style>