Shades of East Side #B37BBE
Tints of East Side #B37BBE
RGB
CMYK
RGB Variations
Color information
#B37BBE (or 0xB37BBE) is known color: East Side. HEX triplet: B3, 7B and BE. RGB value is (179,123,190). Sum of RGB (Red+Green+Blue) = 179+123+190=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #B37BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BBE is #4C8441. Grayscale: #939393. Windows color (decimal): -5014594 or 12483507. OLE color: 12483507.
HSL color Cylindrical-coordinate representation of color #B37BBE: hue angle of 290.15º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37BBE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 123 | 190 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.25 |
| HSL | 290.15º | 0.34% | 0.61% | - |
| HSV(B) | 290.15º | 0.35% | 0.75% | - |
| XYZ | 34.97 | 27.47 | 52.17 | - |
| YUV | 147.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 190 | 0.06 | 0.35 | 0 | 0.25 | 290.15 | 0.34 | 0.61 |
| Hex | B3 | 7B | BE | 6 | 23 | 0 | 19 | 122 | 22 | 3D |
| Octal | 263 | 173 | 276 | 6 | 43 | 0 | 31 | 442 | 42 | 75 |
| Binary | 10110011 | 1111011 | 10111110 | 110 | 100011 | 0 | 11001 | 100100010 | 100010 | 111101 |
Color Harmonies of #B37BBE
Complementary color
Monochromatic Colors of #B37BBE
Black with #B37BBE
Text Example
Text Example
White with #B37BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BBE; }
p { color: rgb(179,123,190); }
H1.HeaderClassName
{
color: #B37BBE;
}
.AnyTagClassName
{
color: #B37BBE;
}
</style>
background-color css
<style>
a { background-color: #B37BBE; }
a { background-color: rgb(179,123,190); }
div.DivClassName
{
background-color: #B37BBE;
}
.BgClassName
{
background-color: #B37BBE;
}
</style>
border-color css
<style>
span { border-color: #B37BBE; }
span { border-color: rgb(179,123,190); }
td.TdClassName
{
border-color: #B37BBE;
}
.TagClassName
{
border-color: #B37BBE;
}
</style>