Shades of East Side #B67ACE
Tints of East Side #B67ACE
RGB
CMYK
RGB Variations
Color information
#B67ACE (or 0xB67ACE) is known color: East Side. HEX triplet: B6, 7A and CE. RGB value is (182,122,206). Sum of RGB (Red+Green+Blue) = 182+122+206=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #B67ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ACE is #498531. Grayscale: #959595. Windows color (decimal): -4818226 or 13531830. OLE color: 13531830.
HSL color Cylindrical-coordinate representation of color #B67ACE: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B67ACE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 122 | 206 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.19 |
| HSL | 282.86º | 0.46% | 0.64% | - |
| HSV(B) | 282.86º | 0.41% | 0.81% | - |
| XYZ | 37.39 | 28.32 | 61.89 | - |
| YUV | 149.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 206 | 0.12 | 0.41 | 0 | 0.19 | 282.86 | 0.46 | 0.64 |
| Hex | B6 | 7A | CE | C | 29 | 0 | 13 | 11B | 2E | 40 |
| Octal | 266 | 172 | 316 | 14 | 51 | 0 | 23 | 433 | 56 | 100 |
| Binary | 10110110 | 1111010 | 11001110 | 1100 | 101001 | 0 | 10011 | 100011011 | 101110 | 1000000 |
Color Harmonies of #B67ACE
Complementary color
Monochromatic Colors of #B67ACE
Black with #B67ACE
Text Example
Text Example
White with #B67ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67ACE; }
p { color: rgb(182,122,206); }
H1.HeaderClassName
{
color: #B67ACE;
}
.AnyTagClassName
{
color: #B67ACE;
}
</style>
background-color css
<style>
a { background-color: #B67ACE; }
a { background-color: rgb(182,122,206); }
div.DivClassName
{
background-color: #B67ACE;
}
.BgClassName
{
background-color: #B67ACE;
}
</style>
border-color css
<style>
span { border-color: #B67ACE; }
span { border-color: rgb(182,122,206); }
td.TdClassName
{
border-color: #B67ACE;
}
.TagClassName
{
border-color: #B67ACE;
}
</style>