Shades of East Side #B57ADC
Tints of East Side #B57ADC
RGB
CMYK
RGB Variations
Color information
#B57ADC (or 0xB57ADC) is known color: East Side. HEX triplet: B5, 7A and DC. RGB value is (181,122,220). Sum of RGB (Red+Green+Blue) = 181+122+220=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B57ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ADC is #4A8523. Grayscale: #969696. Windows color (decimal): -4883748 or 14449333. OLE color: 14449333.
HSL color Cylindrical-coordinate representation of color #B57ADC: hue angle of 276.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57ADC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 122 | 220 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.14 |
| HSL | 276.12º | 0.58% | 0.67% | - |
| HSV(B) | 276.12º | 0.45% | 0.86% | - |
| XYZ | 38.93 | 28.91 | 71.24 | - |
| YUV | 150.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 220 | 0.18 | 0.45 | 0 | 0.14 | 276.12 | 0.58 | 0.67 |
| Hex | B5 | 7A | DC | 12 | 2D | 0 | E | 114 | 3A | 43 |
| Octal | 265 | 172 | 334 | 22 | 55 | 0 | 16 | 424 | 72 | 103 |
| Binary | 10110101 | 1111010 | 11011100 | 10010 | 101101 | 0 | 1110 | 100010100 | 111010 | 1000011 |
Color Harmonies of #B57ADC
Complementary color
Monochromatic Colors of #B57ADC
Black with #B57ADC
Text Example
Text Example
White with #B57ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ADC; }
p { color: rgb(181,122,220); }
H1.HeaderClassName
{
color: #B57ADC;
}
.AnyTagClassName
{
color: #B57ADC;
}
</style>
background-color css
<style>
a { background-color: #B57ADC; }
a { background-color: rgb(181,122,220); }
div.DivClassName
{
background-color: #B57ADC;
}
.BgClassName
{
background-color: #B57ADC;
}
</style>
border-color css
<style>
span { border-color: #B57ADC; }
span { border-color: rgb(181,122,220); }
td.TdClassName
{
border-color: #B57ADC;
}
.TagClassName
{
border-color: #B57ADC;
}
</style>