Shades of East Side #B68ECF
Tints of East Side #B68ECF
RGB
CMYK
RGB Variations
Color information
#B68ECF (or 0xB68ECF) is known color: East Side. HEX triplet: B6, 8E and CF. RGB value is (182,142,207). Sum of RGB (Red+Green+Blue) = 182+142+207=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B68ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ECF is #497130. Grayscale: #A1A1A1. Windows color (decimal): -4813105 or 13602486. OLE color: 13602486.
HSL color Cylindrical-coordinate representation of color #B68ECF: hue angle of 276.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68ECF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 142 | 207 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.19 |
| HSL | 276.92º | 0.4% | 0.68% | - |
| HSV(B) | 276.92º | 0.31% | 0.81% | - |
| XYZ | 40.23 | 33.8 | 63.43 | - |
| YUV | 161.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 207 | 0.12 | 0.31 | 0 | 0.19 | 276.92 | 0.4 | 0.68 |
| Hex | B6 | 8E | CF | C | 1F | 0 | 13 | 115 | 28 | 44 |
| Octal | 266 | 216 | 317 | 14 | 37 | 0 | 23 | 425 | 50 | 104 |
| Binary | 10110110 | 10001110 | 11001111 | 1100 | 11111 | 0 | 10011 | 100010101 | 101000 | 1000100 |
Color Harmonies of #B68ECF
Complementary color
Monochromatic Colors of #B68ECF
Black with #B68ECF
Text Example
Text Example
White with #B68ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68ECF; }
p { color: rgb(182,142,207); }
H1.HeaderClassName
{
color: #B68ECF;
}
.AnyTagClassName
{
color: #B68ECF;
}
</style>
background-color css
<style>
a { background-color: #B68ECF; }
a { background-color: rgb(182,142,207); }
div.DivClassName
{
background-color: #B68ECF;
}
.BgClassName
{
background-color: #B68ECF;
}
</style>
border-color css
<style>
span { border-color: #B68ECF; }
span { border-color: rgb(182,142,207); }
td.TdClassName
{
border-color: #B68ECF;
}
.TagClassName
{
border-color: #B68ECF;
}
</style>