Shades of East Side #B57ACC
Tints of East Side #B57ACC
RGB
CMYK
RGB Variations
Color information
#B57ACC (or 0xB57ACC) is known color: East Side. HEX triplet: B5, 7A and CC. RGB value is (181,122,204). Sum of RGB (Red+Green+Blue) = 181+122+204=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B57ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ACC is #4A8533. Grayscale: #949494. Windows color (decimal): -4883764 or 13400757. OLE color: 13400757.
HSL color Cylindrical-coordinate representation of color #B57ACC: hue angle of 283.17º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57ACC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 122 | 204 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.2 |
| HSL | 283.17º | 0.45% | 0.64% | - |
| HSV(B) | 283.17º | 0.4% | 0.8% | - |
| XYZ | 36.91 | 28.1 | 60.61 | - |
| YUV | 148.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 204 | 0.11 | 0.40 | 0 | 0.2 | 283.17 | 0.45 | 0.64 |
| Hex | B5 | 7A | CC | B | 28 | 0 | 14 | 11B | 2D | 40 |
| Octal | 265 | 172 | 314 | 13 | 50 | 0 | 24 | 433 | 55 | 100 |
| Binary | 10110101 | 1111010 | 11001100 | 1011 | 101000 | 0 | 10100 | 100011011 | 101101 | 1000000 |
Color Harmonies of #B57ACC
Complementary color
Monochromatic Colors of #B57ACC
Black with #B57ACC
Text Example
Text Example
White with #B57ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ACC; }
p { color: rgb(181,122,204); }
H1.HeaderClassName
{
color: #B57ACC;
}
.AnyTagClassName
{
color: #B57ACC;
}
</style>
background-color css
<style>
a { background-color: #B57ACC; }
a { background-color: rgb(181,122,204); }
div.DivClassName
{
background-color: #B57ACC;
}
.BgClassName
{
background-color: #B57ACC;
}
</style>
border-color css
<style>
span { border-color: #B57ACC; }
span { border-color: rgb(181,122,204); }
td.TdClassName
{
border-color: #B57ACC;
}
.TagClassName
{
border-color: #B57ACC;
}
</style>