Shades of East Side #B37BDA
Tints of East Side #B37BDA
RGB
CMYK
RGB Variations
Color information
#B37BDA (or 0xB37BDA) is known color: East Side. HEX triplet: B3, 7B and DA. RGB value is (179,123,218). Sum of RGB (Red+Green+Blue) = 179+123+218=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDA is #4C8425. Grayscale: #969696. Windows color (decimal): -5014566 or 14318515. OLE color: 14318515.
HSL color Cylindrical-coordinate representation of color #B37BDA: hue angle of 275.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37BDA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 123 | 218 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.15 |
| HSL | 275.37º | 0.56% | 0.67% | - |
| HSV(B) | 275.37º | 0.44% | 0.85% | - |
| XYZ | 38.33 | 28.81 | 69.87 | - |
| YUV | 150.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 218 | 0.18 | 0.44 | 0 | 0.15 | 275.37 | 0.56 | 0.67 |
| Hex | B3 | 7B | DA | 12 | 2C | 0 | F | 113 | 38 | 43 |
| Octal | 263 | 173 | 332 | 22 | 54 | 0 | 17 | 423 | 70 | 103 |
| Binary | 10110011 | 1111011 | 11011010 | 10010 | 101100 | 0 | 1111 | 100010011 | 111000 | 1000011 |
Color Harmonies of #B37BDA
Complementary color
Monochromatic Colors of #B37BDA
Black with #B37BDA
Text Example
Text Example
White with #B37BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BDA; }
p { color: rgb(179,123,218); }
H1.HeaderClassName
{
color: #B37BDA;
}
.AnyTagClassName
{
color: #B37BDA;
}
</style>
background-color css
<style>
a { background-color: #B37BDA; }
a { background-color: rgb(179,123,218); }
div.DivClassName
{
background-color: #B37BDA;
}
.BgClassName
{
background-color: #B37BDA;
}
</style>
border-color css
<style>
span { border-color: #B37BDA; }
span { border-color: rgb(179,123,218); }
td.TdClassName
{
border-color: #B37BDA;
}
.TagClassName
{
border-color: #B37BDA;
}
</style>