Shades of East Side #B68ECD
Tints of East Side #B68ECD
RGB
CMYK
RGB Variations
Color information
#B68ECD (or 0xB68ECD) is known color: East Side. HEX triplet: B6, 8E and CD. RGB value is (182,142,205). Sum of RGB (Red+Green+Blue) = 182+142+205=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #B68ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ECD is #497132. Grayscale: #A0A0A0. Windows color (decimal): -4813107 or 13471414. OLE color: 13471414.
HSL color Cylindrical-coordinate representation of color #B68ECD: hue angle of 278.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68ECD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 142 | 205 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.20 |
| HSL | 278.1º | 0.39% | 0.68% | - |
| HSV(B) | 278.1º | 0.31% | 0.8% | - |
| XYZ | 39.98 | 33.7 | 62.15 | - |
| YUV | 161.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 205 | 0.11 | 0.31 | 0 | 0.20 | 278.1 | 0.39 | 0.68 |
| Hex | B6 | 8E | CD | B | 1F | 0 | 14 | 116 | 27 | 44 |
| Octal | 266 | 216 | 315 | 13 | 37 | 0 | 24 | 426 | 47 | 104 |
| Binary | 10110110 | 10001110 | 11001101 | 1011 | 11111 | 0 | 10100 | 100010110 | 100111 | 1000100 |
Color Harmonies of #B68ECD
Complementary color
Monochromatic Colors of #B68ECD
Black with #B68ECD
Text Example
Text Example
White with #B68ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68ECD; }
p { color: rgb(182,142,205); }
H1.HeaderClassName
{
color: #B68ECD;
}
.AnyTagClassName
{
color: #B68ECD;
}
</style>
background-color css
<style>
a { background-color: #B68ECD; }
a { background-color: rgb(182,142,205); }
div.DivClassName
{
background-color: #B68ECD;
}
.BgClassName
{
background-color: #B68ECD;
}
</style>
border-color css
<style>
span { border-color: #B68ECD; }
span { border-color: rgb(182,142,205); }
td.TdClassName
{
border-color: #B68ECD;
}
.TagClassName
{
border-color: #B68ECD;
}
</style>