Shades of East Side #B68ACC
Tints of East Side #B68ACC
RGB
CMYK
RGB Variations
Color information
#B68ACC (or 0xB68ACC) is known color: East Side. HEX triplet: B6, 8A and CC. RGB value is (182,138,204). Sum of RGB (Red+Green+Blue) = 182+138+204=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B68ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ACC is #497533. Grayscale: #9E9E9E. Windows color (decimal): -4814132 or 13404854. OLE color: 13404854.
HSL color Cylindrical-coordinate representation of color #B68ACC: hue angle of 280º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68ACC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 138 | 204 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.2 |
| HSL | 280º | 0.39% | 0.67% | - |
| HSV(B) | 280º | 0.32% | 0.8% | - |
| XYZ | 39.28 | 32.48 | 61.33 | - |
| YUV | 158.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 204 | 0.11 | 0.32 | 0 | 0.2 | 280 | 0.39 | 0.67 |
| Hex | B6 | 8A | CC | B | 20 | 0 | 14 | 118 | 27 | 43 |
| Octal | 266 | 212 | 314 | 13 | 40 | 0 | 24 | 430 | 47 | 103 |
| Binary | 10110110 | 10001010 | 11001100 | 1011 | 100000 | 0 | 10100 | 100011000 | 100111 | 1000011 |
Color Harmonies of #B68ACC
Complementary color
Monochromatic Colors of #B68ACC
Black with #B68ACC
Text Example
Text Example
White with #B68ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68ACC; }
p { color: rgb(182,138,204); }
H1.HeaderClassName
{
color: #B68ACC;
}
.AnyTagClassName
{
color: #B68ACC;
}
</style>
background-color css
<style>
a { background-color: #B68ACC; }
a { background-color: rgb(182,138,204); }
div.DivClassName
{
background-color: #B68ACC;
}
.BgClassName
{
background-color: #B68ACC;
}
</style>
border-color css
<style>
span { border-color: #B68ACC; }
span { border-color: rgb(182,138,204); }
td.TdClassName
{
border-color: #B68ACC;
}
.TagClassName
{
border-color: #B68ACC;
}
</style>