Shades of East Side #B57BDA
Tints of East Side #B57BDA
RGB
CMYK
RGB Variations
Color information
#B57BDA (or 0xB57BDA) is known color: East Side. HEX triplet: B5, 7B and DA. RGB value is (181,123,218). Sum of RGB (Red+Green+Blue) = 181+123+218=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B57BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BDA is #4A8425. Grayscale: #969696. Windows color (decimal): -4883494 or 14318517. OLE color: 14318517.
HSL color Cylindrical-coordinate representation of color #B57BDA: hue angle of 276.63º 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 #B57BDA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 123 | 218 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.15 |
| HSL | 276.63º | 0.56% | 0.67% | - |
| HSV(B) | 276.63º | 0.44% | 0.85% | - |
| XYZ | 38.79 | 29.05 | 69.89 | - |
| YUV | 151.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 218 | 0.17 | 0.44 | 0 | 0.15 | 276.63 | 0.56 | 0.67 |
| Hex | B5 | 7B | DA | 11 | 2C | 0 | F | 115 | 38 | 43 |
| Octal | 265 | 173 | 332 | 21 | 54 | 0 | 17 | 425 | 70 | 103 |
| Binary | 10110101 | 1111011 | 11011010 | 10001 | 101100 | 0 | 1111 | 100010101 | 111000 | 1000011 |
Color Harmonies of #B57BDA
Complementary color
Monochromatic Colors of #B57BDA
Black with #B57BDA
Text Example
Text Example
White with #B57BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BDA; }
p { color: rgb(181,123,218); }
H1.HeaderClassName
{
color: #B57BDA;
}
.AnyTagClassName
{
color: #B57BDA;
}
</style>
background-color css
<style>
a { background-color: #B57BDA; }
a { background-color: rgb(181,123,218); }
div.DivClassName
{
background-color: #B57BDA;
}
.BgClassName
{
background-color: #B57BDA;
}
</style>
border-color css
<style>
span { border-color: #B57BDA; }
span { border-color: rgb(181,123,218); }
td.TdClassName
{
border-color: #B57BDA;
}
.TagClassName
{
border-color: #B57BDA;
}
</style>