Shades of East Side #B68AD0
Tints of East Side #B68AD0
RGB
CMYK
RGB Variations
Color information
#B68AD0 (or 0xB68AD0) is known color: East Side. HEX triplet: B6, 8A and D0. RGB value is (182,138,208). Sum of RGB (Red+Green+Blue) = 182+138+208=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #B68AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AD0 is #49752F. Grayscale: #9E9E9E. Windows color (decimal): -4814128 or 13666998. OLE color: 13666998.
HSL color Cylindrical-coordinate representation of color #B68AD0: hue angle of 277.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68AD0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 138 | 208 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.18 |
| HSL | 277.71º | 0.43% | 0.68% | - |
| HSV(B) | 277.71º | 0.34% | 0.82% | - |
| XYZ | 39.77 | 32.68 | 63.89 | - |
| YUV | 159.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 208 | 0.12 | 0.34 | 0 | 0.18 | 277.71 | 0.43 | 0.68 |
| Hex | B6 | 8A | D0 | C | 22 | 0 | 12 | 116 | 2B | 44 |
| Octal | 266 | 212 | 320 | 14 | 42 | 0 | 22 | 426 | 53 | 104 |
| Binary | 10110110 | 10001010 | 11010000 | 1100 | 100010 | 0 | 10010 | 100010110 | 101011 | 1000100 |
Color Harmonies of #B68AD0
Complementary color
Monochromatic Colors of #B68AD0
Black with #B68AD0
Text Example
Text Example
White with #B68AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AD0; }
p { color: rgb(182,138,208); }
H1.HeaderClassName
{
color: #B68AD0;
}
.AnyTagClassName
{
color: #B68AD0;
}
</style>
background-color css
<style>
a { background-color: #B68AD0; }
a { background-color: rgb(182,138,208); }
div.DivClassName
{
background-color: #B68AD0;
}
.BgClassName
{
background-color: #B68AD0;
}
</style>
border-color css
<style>
span { border-color: #B68AD0; }
span { border-color: rgb(182,138,208); }
td.TdClassName
{
border-color: #B68AD0;
}
.TagClassName
{
border-color: #B68AD0;
}
</style>