Shades of East Side #B37BBD
Tints of East Side #B37BBD
RGB
CMYK
RGB Variations
Color information
#B37BBD (or 0xB37BBD) is known color: East Side. HEX triplet: B3, 7B and BD. RGB value is (179,123,189). Sum of RGB (Red+Green+Blue) = 179+123+189=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #B37BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BBD is #4C8442. Grayscale: #939393. Windows color (decimal): -5014595 or 12417971. OLE color: 12417971.
HSL color Cylindrical-coordinate representation of color #B37BBD: hue angle of 290.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37BBD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 123 | 189 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.26 |
| HSL | 290.91º | 0.33% | 0.61% | - |
| HSV(B) | 290.91º | 0.35% | 0.74% | - |
| XYZ | 34.86 | 27.42 | 51.6 | - |
| YUV | 147.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 189 | 0.05 | 0.35 | 0 | 0.26 | 290.91 | 0.33 | 0.61 |
| Hex | B3 | 7B | BD | 5 | 23 | 0 | 1A | 123 | 21 | 3D |
| Octal | 263 | 173 | 275 | 5 | 43 | 0 | 32 | 443 | 41 | 75 |
| Binary | 10110011 | 1111011 | 10111101 | 101 | 100011 | 0 | 11010 | 100100011 | 100001 | 111101 |
Color Harmonies of #B37BBD
Complementary color
Monochromatic Colors of #B37BBD
Black with #B37BBD
Text Example
Text Example
White with #B37BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BBD; }
p { color: rgb(179,123,189); }
H1.HeaderClassName
{
color: #B37BBD;
}
.AnyTagClassName
{
color: #B37BBD;
}
</style>
background-color css
<style>
a { background-color: #B37BBD; }
a { background-color: rgb(179,123,189); }
div.DivClassName
{
background-color: #B37BBD;
}
.BgClassName
{
background-color: #B37BBD;
}
</style>
border-color css
<style>
span { border-color: #B37BBD; }
span { border-color: rgb(179,123,189); }
td.TdClassName
{
border-color: #B37BBD;
}
.TagClassName
{
border-color: #B37BBD;
}
</style>